Tagged Questions
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:
...