Basically what I want to do is, in C#, to take a string variable with some HTML and another with a search string in it and send them both to a method that returns whether or not it found anything and if so it returns a string variable that has the HTML with the search string highlighted in it. Are there any good libraries out there that have this sort of functionality? I'm not looking for alot of bells and whistles, just basically what I described above.
Thanks,
Jeff