View Single Post
Old 01-19-2021, 10:09 AM   #5230
CuddlyMakani
Member
CuddlyMakani began at the beginning.
 
Posts: 12
Karma: 10
Join Date: May 2020
Device: Android Phone
Quote:
Originally Posted by JimmXinu View Post
When you want to match and replace exactly and only a particular string (and not substrings), put '^' and '$' around the pattern to indicate string beginning and end. IE, this will only replace "Marvel" alone and not inside any other string:

Code:
replace_metadata:
 ^Marvel$=>Marvel Cinematic Universe

Adding ^$ worked! I put it around the problematic fandom and everything's fine now. Thank you!
CuddlyMakani is offline   Reply With Quote