[Issue 16251] regex - `(..).*\1` doesn't match "axxxx"
via Digitalmars-d-bugs
digitalmars-d-bugs at puremagic.com
Mon Jul 11 23:56:16 PDT 2016
https://issues.dlang.org/show_bug.cgi?id=16251
TJ Ryan <tjfryan at outlook.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |tjfryan at outlook.com
--- Comment #1 from TJ Ryan <tjfryan at outlook.com> ---
The \1 token isn't context free. The regex module doesn't appear to currently
support any context sensitive tokens.
--
More information about the Digitalmars-d-bugs
mailing list