50 |
PCRE_CASELESS Do caseless matching |
PCRE_CASELESS Do caseless matching |
51 |
PCRE_DOLLAR_ENDONLY $ not to match newline at end |
PCRE_DOLLAR_ENDONLY $ not to match newline at end |
52 |
PCRE_DOTALL . matches anything including NL |
PCRE_DOTALL . matches anything including NL |
53 |
|
PCRE_DUPNAMES Allow duplicate names for subpatterns |
54 |
PCRE_EXTENDED Ignore whitespace and # comments |
PCRE_EXTENDED Ignore whitespace and # comments |
55 |
PCRE_EXTRA PCRE extra features |
PCRE_EXTRA PCRE extra features |
56 |
(not much use currently) |
(not much use currently) |
57 |
PCRE_FIRSTLINE Force matching to be before newline |
PCRE_FIRSTLINE Force matching to be before newline |
58 |
PCRE_MULTILINE ^ and $ match newlines within data |
PCRE_MULTILINE ^ and $ match newlines within data |
59 |
|
PCRE_NEWLINE_CR Set CR as the newline sequence |
60 |
|
PCRE_NEWLINE_CRLF Set CRLF as the newline sequence |
61 |
|
PCRE_NEWLINE_LF Set LF as the newline sequence |
62 |
PCRE_NO_AUTO_CAPTURE Disable numbered capturing paren- |
PCRE_NO_AUTO_CAPTURE Disable numbered capturing paren- |
63 |
theses (named ones available) |
theses (named ones available) |
64 |
PCRE_UNGREEDY Invert greediness of quantifiers |
PCRE_UNGREEDY Invert greediness of quantifiers |