replaceall is not a viable solution assuming this is what I wanted to do:
replaceall(name, 32, "'", "^'")
It gets caught in an infinite loop because the index of containi isn't updating as it finds a single-quote
So am I the first person thats wanted to do this or is there some other way that hasn't been suggested yet?
EDIT: I checked string.inc and there does not seem to be a version of contain where you can pass the starting index to search from, that'd be a big help.
-Mug