This is a very simple class that can search for a given text expression in a longer sentence and highlight it.
The class determine if the search text is present in the sentence. If present, it returns the HTML of the whole sentence marking all occurences with red background color.