Okay final try at posting something today.
I have something strange
When I try to change Brian (The 100) into Bryan (the 100) I get Bryan (The 100) - the difference being the capital T in The though it does change Brian with an I into Bryan with a Y
characters=>^Brian \(The 100\)$=>Bryan (the 100)&&category==the 100
However if I try it like this, with the extra space behind 100 it does change into Bryan (the 100 )
characters=>^Brian \(The 100\)$=>Bryan (the 100 )&&category==the 100
So can anyone tell my whi my .ini file trips up when a string result ends with "100)"
|