| 43 |
<pre> |
<pre> |
| 44 |
PCRE_ANCHORED Force pattern anchoring |
PCRE_ANCHORED Force pattern anchoring |
| 45 |
PCRE_AUTO_CALLOUT Compile automatic callouts |
PCRE_AUTO_CALLOUT Compile automatic callouts |
| 46 |
|
PCRE_BSR_ANYCRLF \R matches only CR, LF, or CRLF |
| 47 |
|
PCRE_BSR_UNICODE \R matches all Unicode line endings |
| 48 |
PCRE_CASELESS Do caseless matching |
PCRE_CASELESS Do caseless matching |
| 49 |
PCRE_DOLLAR_ENDONLY $ not to match newline at end |
PCRE_DOLLAR_ENDONLY $ not to match newline at end |
| 50 |
PCRE_DOTALL . matches anything including NL |
PCRE_DOTALL . matches anything including NL |