Regular expression to match HTML table row ( <tr> ) NOT containing a specific value
- by user1821136
I'm using Notepad++ to clean up a long and messy HTML table.
I'm trying to use regular expressions even if I'm a total noob. :)
I need to remove all the table rows that doesn't contain a specific value (may I call that substring?).
After having all the file contents unwrapped, I've been able to use the following regular expression to select, one…