[regex-coach] Regex Coach \K option fails?

mike mike at illsoft.com
Mon Jun 13 18:42:22 UTC 2011


 From the PCRE docs:

The escape sequence \K causes any previously matched characters not to 
be included in the final matched sequence. For example, the pattern:

          foo\Kbar

matches "foobar", but reports that it has matched "bar".

http://www.pcre.org/pcre.txt


This fails in The Regex Coach. Why?

Thanks




More information about the regex-coach mailing list