53 |
PCRE_FIRSTLINE Force matching to be before newline |
PCRE_FIRSTLINE Force matching to be before newline |
54 |
PCRE_MULTILINE ^ and $ match newlines within data |
PCRE_MULTILINE ^ and $ match newlines within data |
55 |
PCRE_NEWLINE_ANY Recognize any Unicode newline sequence |
PCRE_NEWLINE_ANY Recognize any Unicode newline sequence |
56 |
|
PCRE_NEWLINE_ANYCRLF Recognize CR, LF, and CRLF as newline sequences |
57 |
PCRE_NEWLINE_CR Set CR as the newline sequence |
PCRE_NEWLINE_CR Set CR as the newline sequence |
58 |
PCRE_NEWLINE_CRLF Set CRLF as the newline sequence |
PCRE_NEWLINE_CRLF Set CRLF as the newline sequence |
59 |
PCRE_NEWLINE_LF Set LF as the newline sequence |
PCRE_NEWLINE_LF Set LF as the newline sequence |
70 |
</P> |
</P> |
71 |
<P> |
<P> |
72 |
The yield of the function is a pointer to a private data structure that |
The yield of the function is a pointer to a private data structure that |
73 |
contains the compiled pattern, or NULL if an error was detected. |
contains the compiled pattern, or NULL if an error was detected. Note that |
74 |
|
compiling regular expressions with one version of PCRE for use with a different |
75 |
|
version is not guaranteed to work and may cause crashes. |
76 |
</P> |
</P> |
77 |
<P> |
<P> |
78 |
There is a complete description of the PCRE native API in the |
There is a complete description of the PCRE native API in the |