| 63 |
PCRE_NEWLINE_LF Set LF as the newline sequence |
PCRE_NEWLINE_LF Set LF as the newline sequence |
| 64 |
PCRE_NO_AUTO_CAPTURE Disable numbered capturing paren- |
PCRE_NO_AUTO_CAPTURE Disable numbered capturing paren- |
| 65 |
theses (named ones available) |
theses (named ones available) |
|
PCRE_UNGREEDY Invert greediness of quantifiers |
|
|
PCRE_UTF8 Run in UTF-8 mode |
|
| 66 |
PCRE_NO_UTF8_CHECK Do not check the pattern for UTF-8 |
PCRE_NO_UTF8_CHECK Do not check the pattern for UTF-8 |
| 67 |
validity (only relevant if |
validity (only relevant if |
| 68 |
PCRE_UTF8 is set) |
PCRE_UTF8 is set) |
| 69 |
|
PCRE_UNGREEDY Invert greediness of quantifiers |
| 70 |
|
PCRE_UTF8 Run in UTF-8 mode |
| 71 |
</pre> |
</pre> |
| 72 |
PCRE must be built with UTF-8 support in order to use PCRE_UTF8 and |
PCRE must be built with UTF-8 support in order to use PCRE_UTF8 and |
| 73 |
PCRE_NO_UTF8_CHECK. |
PCRE_NO_UTF8_CHECK. |