Tagged Questions
0
votes
3answers
65 views
regex to select between <anchor1> and <anchor2> while ignoring all text inside any <>
I have the following two types of text:
Type one:
<div class="meta-name">Corporate Officers</div>
<div class="meta-data"><table border="0" cellspacing="0" cellpadding="0" ...
0
votes
3answers
2k views
RegExp in ActionScript 3: How to exclude a complex prefix?
AS3 RegExp engine (and ECMAScript based JavaScript) do not support complex "lookbehind" expressions. (lookahead expressions are fully supported.)
For example:
...