Is there a way to find a word in a text and replace it with another? Can somebody give me an example code? (The word may be more than one time in the text)
myString = Replace (myString, "this", "that" )
[\code][\color]
Replaces all occurences of "this" with "that" in myString.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.