Search found 2 matches

by CornBread
Thu Dec 20, 2012 11:10 pm
Forum: Regular Expressions Help
Topic: Regex troubles in large HTML files
Replies: 0
Views: 10815

Regex troubles in large HTML files

Hello, Ive been going through tons of HTML files from an old website of mine trying to strip out the data that I need and get it up on the new website that I have. I've gotten at least two months of work done in just a couple of days thanks to this amazing free program. Sadly, I've run into a bit of...
by CornBread
Thu Dec 20, 2012 10:48 pm
Forum: Regular Expressions Help
Topic: Regex to search and replace some html code ny another one
Replies: 2
Views: 12533

Re: Regex to search and replace some html code ny another on

Search regex for: (<font color="#000080">)(.*)(</font>)
Replace with: <span class="marine">$2</span>