Let's say I have a text:
"His name is Jack. Jack likes to ride a bike"
What method would you recommend using to edit word "Jack" one by one, for example, I want to make specific changes for each "Jack". I've tried using Remove() and Replace(), but these methods edit all "Jack" in the text.