[regex-coach] Regex Coach \K option fails?
Edi Weitz
edi at agharta.de
Mon Jun 13 18:53:23 UTC 2011
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 at 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".
>
> http://www.pcre.org/pcre.txt
>
>
> This fails in The Regex Coach. Why?
>
> Thanks
>
> _______________________________________________
> regex-coach site list
> regex-coach at common-lisp.net
> http://common-lisp.net/mailman/listinfo/regex-coach
>
More information about the regex-coach
mailing list