39 |
The options are: |
The options are: |
40 |
.sp |
.sp |
41 |
PCRE_ANCHORED Match only at the first position |
PCRE_ANCHORED Match only at the first position |
42 |
|
PCRE_BSR_ANYCRLF \eR matches only CR, LF, or CRLF |
43 |
|
PCRE_BSR_UNICODE \eR matches all Unicode line endings |
44 |
PCRE_NEWLINE_ANY Recognize any Unicode newline sequence |
PCRE_NEWLINE_ANY Recognize any Unicode newline sequence |
45 |
|
PCRE_NEWLINE_ANYCRLF Recognize CR, LF, and CRLF as newline sequences |
46 |
PCRE_NEWLINE_CR Set CR as the newline sequence |
PCRE_NEWLINE_CR Set CR as the newline sequence |
47 |
PCRE_NEWLINE_CRLF Set CRLF as the newline sequence |
PCRE_NEWLINE_CRLF Set CRLF as the newline sequence |
48 |
PCRE_NEWLINE_LF Set LF as the newline sequence |
PCRE_NEWLINE_LF Set LF as the newline sequence |