In word replacer I set it to replace -->`<-- with -->’<–
(without the arrows of course)
Well, it doesn’t replace it for some reason.
Before replace: Love Wont Wait Vinyl After replace: Love Won
T Wait Vinyl
In word replacer I set it to replace -->`<-- with -->’<–
(without the arrows of course)
Well, it doesn’t replace it for some reason.
Before replace: Love Wont Wait Vinyl After replace: Love Won
T Wait Vinyl
There does seem t o be a problem with the `, I think this is because it is a special character in java Regular Expression lanaguage.
BTW It isnt a word in this context, a word has to be separated by word separators such as spaces
e.g Love Won ` t Wait Vinyl
should work but it doesn’t, we need a Punctuation Replacer as well