Quote:
Originally Posted by theducks
did you have Dot all checked? That makes it Greedier than you want.
|
If Dot all is unchecked I don't get any hits. With it checked it's greedier than I want.
I'm starting to think I need a function that first finds <h1>(.*?)</h1>, then searches \1 for <br/> and does the replace. I'm just not sure how to do this.