I wrote little class that highlight values in string wrapping them in <span> tag with specific class. Notice that regex will not touch text inside html tags. So text "<div someValue>someValue</div>" will become "<div someValue><span class=''highlight'>someValue</span></div>".