| 45 |
PCRE_JAVASCRIPT_COMPAT JavaScript compatibility |
PCRE_JAVASCRIPT_COMPAT JavaScript compatibility |
| 46 |
PCRE_MULTILINE ^ and $ match newlines within data |
PCRE_MULTILINE ^ and $ match newlines within data |
| 47 |
PCRE_NEWLINE_ANY Recognize any Unicode newline sequence |
PCRE_NEWLINE_ANY Recognize any Unicode newline sequence |
| 48 |
PCRE_NEWLINE_ANYCRLF Recognize CR, LF, and CRLF as newline |
PCRE_NEWLINE_ANYCRLF Recognize CR, LF, and CRLF as newline |
| 49 |
sequences |
sequences |
| 50 |
PCRE_NEWLINE_CR Set CR as the newline sequence |
PCRE_NEWLINE_CR Set CR as the newline sequence |
| 51 |
PCRE_NEWLINE_CRLF Set CRLF as the newline sequence |
PCRE_NEWLINE_CRLF Set CRLF as the newline sequence |