in reply to Strip specific html sequence
I should add that the match is not at the beginning of a line. When used in the variable, it 'matches' many random line start characters, but ignores the match itself! A typical line of HTML I want to target is:
</div></div><div><div class="blue"></div></div>
The desired result is:
</div></div>
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Strip specific html sequence
by hippo (Archbishop) on Dec 10, 2017 at 16:42 UTC |