Hey, Im having some trouble with string replace.
I have a body of text that contains tags like #CSV1 #CSV2 etc usually up to #CSV25, now I have to replace each tag with other text.
Everything works fine up to #CSV9 after that it reads #CSV10 as if it is #CSV1 and not 10, how can I tell it to only replace exact matches.
How can I tell it to only replace exact matches, should I use regex or what?
I have a body of text that contains tags like #CSV1 #CSV2 etc usually up to #CSV25, now I have to replace each tag with other text.
Everything works fine up to #CSV9 after that it reads #CSV10 as if it is #CSV1 and not 10, how can I tell it to only replace exact matches.
How can I tell it to only replace exact matches, should I use regex or what?