Suppose I have a string of text, of all characters Latin-based. With punctuation.
How do I "find" all the characters and put <strong>
tags around it?
hay = The fox jumped up the tree.
needle = "umpe"
In this case, part of the word "jumped" would be highlighted.