69 |
PCRE_FIRSTLINE Force matching to be before newline |
PCRE_FIRSTLINE Force matching to be before newline |
70 |
PCRE_JAVASCRIPT_COMPAT JavaScript compatibility |
PCRE_JAVASCRIPT_COMPAT JavaScript compatibility |
71 |
PCRE_MULTILINE ^ and $ match newlines within data |
PCRE_MULTILINE ^ and $ match newlines within data |
72 |
|
PCRE_NEVER_UTF Lock out UTF, e.g. via (*UTF) |
73 |
PCRE_NEWLINE_ANY Recognize any Unicode newline sequence |
PCRE_NEWLINE_ANY Recognize any Unicode newline sequence |
74 |
PCRE_NEWLINE_ANYCRLF Recognize CR, LF, and CRLF as newline |
PCRE_NEWLINE_ANYCRLF Recognize CR, LF, and CRLF as newline |
75 |
sequences |
sequences |
78 |
PCRE_NEWLINE_LF Set LF as the newline sequence |
PCRE_NEWLINE_LF Set LF as the newline sequence |
79 |
PCRE_NO_AUTO_CAPTURE Disable numbered capturing paren- |
PCRE_NO_AUTO_CAPTURE Disable numbered capturing paren- |
80 |
theses (named ones available) |
theses (named ones available) |
81 |
|
PCRE_NO_AUTO_POSSESS Disable auto-possessification |
82 |
|
PCRE_NO_START_OPTIMIZE Disable match-time start optimizations |
83 |
PCRE_NO_UTF16_CHECK Do not check the pattern for UTF-16 |
PCRE_NO_UTF16_CHECK Do not check the pattern for UTF-16 |
84 |
validity (only relevant if |
validity (only relevant if |
85 |
PCRE_UTF16 is set) |
PCRE_UTF16 is set) |