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

mike mike at illsoft.com
Mon Jun 13 19:10:56 UTC 2011


I see, thanks. I checked that page but I don't see any mention of
the \K option. Am I to assume that its not supported in your library?
Is there a similar switch?

Thanks,
Mike



On 6/13/2011 2:53 PM, Edi Weitz wrote:
> 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
>>
>
> _______________________________________________
> 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