var foundItems = context.document.body.search('here', { matchCase: false, matchWholeWord: true })
If I have a paragraph saying, "I am stuck here.". I need to read the word that comes before the searched word, in this case it is "stuck". How can I do that?