[pcre-dev] Dollar problem

Góra strony
Delete this message
Autor: ND
Data:  
Dla: Pcre-dev
Temat: [pcre-dev] Dollar problem

Hi, Philip!


PCRE 8.10

Subject: aa<CR><LF>b
Pattern: a$
Match: RegEx error - PCRE_ERROR_NOMATCH

If
Pattern: aa$
then
Match: aa

Why 'PCRE_ERROR_NOMATCH' in first example?


Regards.