[pcre-dev] Dollar problem

Top Page
Delete this message
Author: ND
Date:  
To: Pcre-dev
Subject: [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.