Is there a way to search for a specific string within a large text box that contains 200 words? I would like to create a function that can color the string. For example, if the sentence "my dog is happy" is in the textbox and I want the word "dog" to be displayed in red when a button is pressed or through another method. Is this achievable?