How can I find & highlight all words from array in text?
example:
$words = array('Test', 'I', 'tHiS', 'diFFerent');
Expecting result is: Hi, i'm in this simple test I'd like to show you who we can replace different words.
feedback
|
you may try
to specify that it should be full word | |||||||||
feedback
|
However, this will highlight all "I" in the string. | |||
|
feedback
|