| 44 |
PCRE_DOLLAR_ENDONLY $ not to match newline at end |
PCRE_DOLLAR_ENDONLY $ not to match newline at end |
| 45 |
PCRE_DOTALL . matches anything including NL |
PCRE_DOTALL . matches anything including NL |
| 46 |
PCRE_DUPNAMES Allow duplicate names for subpatterns |
PCRE_DUPNAMES Allow duplicate names for subpatterns |
| 47 |
PCRE_EXTENDED Ignore whitespace and # comments |
PCRE_EXTENDED Ignore white space and # comments |
| 48 |
PCRE_EXTRA PCRE extra features |
PCRE_EXTRA PCRE extra features |
| 49 |
(not much use currently) |
(not much use currently) |
| 50 |
PCRE_FIRSTLINE Force matching to be before newline |
PCRE_FIRSTLINE Force matching to be before newline |