--- code/trunk/doc/html/pcre_compile.html 2007/02/24 21:41:34 91
+++ code/trunk/doc/html/pcre_compile.html 2007/02/24 21:41:42 93
@@ -27,8 +27,9 @@
DESCRIPTION
-This function compiles a regular expression into an internal form. Its -arguments are: +This function compiles a regular expression into an internal form. It is the +same as pcre_compile2(), except for the absence of the errorcodeptr +argument. Its arguments are:
pattern A zero-terminated string containing the regular expression to be compiled @@ -51,6 +52,7 @@ (not much use currently) 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_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