I am new to using regular expressions, so forgive me if this sounds like a really bonehead question.
I have an html doc in which I want to replace all instances of the word "limo" that occur after the <body> tag (so it doesn't pick up my javascript or CSS) and outside of all other tags (so it doesn't screw up my links and styles) and I want to replace it with this:
<a href="limo.html">limo</a>
The purpose is to only affect the text the visitor sees on the page so all "limo" instances become links.
The application I'm using is HandyFile Find and Replace
Thank you in advance for your time!
-Elizabeth