--- code/trunk/doc/pcre_compile2.3 2007/04/16 13:25:10 148 +++ code/trunk/doc/pcre_compile2.3 2007/04/16 15:28:08 149 @@ -46,6 +46,7 @@ PCRE_FIRSTLINE Force matching to be before newline PCRE_MULTILINE ^ and $ match newlines within data PCRE_NEWLINE_ANY Recognize any Unicode newline sequence + PCRE_NEWLINE_ANYCRLF Recognize CR, LF, and CRLF as newline sequences PCRE_NEWLINE_CR Set CR as the newline sequence PCRE_NEWLINE_CRLF Set CRLF as the newline sequence PCRE_NEWLINE_LF Set LF as the newline sequence