Hi,
Regex Coach is not based on the C library PCRE. It's based on CL-PPCRE which is a Lisp library I wrote myself. You can find a link to it and its documentation on the website.
Cheers, Edi.
On Mon, Jun 13, 2011 at 8:42 PM, mike mike@illsoft.com wrote:
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".
This fails in The Regex Coach. Why?
Thanks
regex-coach site list regex-coach@common-lisp.net http://common-lisp.net/mailman/listinfo/regex-coach