[pcre-dev] Dollar problem

Kezdőlap
Üzenet törlése
Szerző: ND
Dátum:  
Címzett: Pcre-dev
Tárgy: [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.