понедельник, 3 ноября 2014 г.

Highlight value in string using Regex (C#)

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>".

1 комментарий: