I need to edit a lot of source codes similar to each other.
random blah
random blah
blah
<table style="width: 232px; font-size: small;" cellpadding="0" cellspacing="0">....
What I want to do is delete the rows before the table tag. I think I can do this with a search in Regex, but I could not write a regex pattern. Thanks you
source
share