Okay, so the situation here is that I have about 2100 lines of code like this:
And I need to run a find-and-replace to transform it into code like this:
The problem is there's no way to isolate the "Badgers!" string without regular expressions... and I have no clue how to build 'em. Can anyone help?
Code:
(tr) (td colspan=2 height="84" class="body")Badgers!(/td) (/tr)
Code:
(p)Badgers!(/p)
Comment