[regex-coach] Please implement variable length look-behind functionality

Alex Grässer pyropunk51 at gmail.com
Thu Jun 25 08:17:40 EDT 2009


Hi Edmund

Thank you very much for Regex Coach. It has helped tremendously!
Recently I needed to use a negative look-behind with multiple exclusions and
found that Regex Coach does not support variable length look-behind.

\\[^\\]*(?<!(tmp|files))$

gives an error that "Variable length look-behind not implemented (yet)"

whereas

\\[^\\]*(?<!(tmp|les))$

works, except that it excludes more than required.

Interestingly WinMerge also has this restriction ;-)

Thanks
Alex
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://common-lisp.net/pipermail/regex-coach/attachments/20090625/cdb3d1be/attachment.htm 


More information about the regex-coach mailing list