Regular expression for Notepad++ to replace this?
This is an example of what I want to replace
3</td><td width="8%">2
with
3 and 2
But the regex should match any number before the like the 3 above for the
example, and the number 2 is always number 2
if you find a number before </td><td width="8%"> and the number 2 after
it, you keep the numbers and replace </td><td width="8%"> with the word
and
Thank you
No comments:
Post a Comment