The function receives the text.
该函数接收文本。
Currently, I pass the text in, and it checks for the words, telling me the start and end if it finds each word. But there are multiple 'Hello' in the text but only points out the first one same for the others. What if I wanted it to do it for every single match? Cu