Hey all!
I was wondering of a solid way to find phrases/words that are part of an HTML document. For example if I have the following document:
<a href="#">This is a test</a><b>Another test</b>
My goal is to find "This is a test" and "Another test" and replace it with something else. Note that these are sample phrases and it could contain numbers or the ampersand symbol.
Any help would be great.
Thank you