I have a lot of php pages. Every php page has inside a string like this:
<FONT COLOR="#0000FF">Post ID: 16107</FONT>
and I'd like to replace with:
<A HREF="#16107">Post ID: 16107</A>
but since every php page has a different Post ID and I'd like to match every occurrence of the string... I use as usually notepad2 witch supports regex and notepad++ too that supports regex as well. How can I replace all strings into all files into all dirs? Are about 350 files...