DescriptionImplement lookbehind in regexp engine in the Fletch Dart runtime.
This implements the .net-style variable length lookbehinds, rather than the fixed length lookbehinds that most regexp engines support, and that have been proposed for ES at http://www.akenotsuki.com/misc/srell/en/lookbehind_proposal.html
This is not intended for landing, since the Dart spec does not include lookbehind regexps.
BUG=
Patch Set 1 #
|