| 70 |
PCRE_NO_UTF8_CHECK Do not check the pattern for UTF-8 |
PCRE_NO_UTF8_CHECK Do not check the pattern for UTF-8 |
| 71 |
validity (only relevant if |
validity (only relevant if |
| 72 |
PCRE_UTF8 is set) |
PCRE_UTF8 is set) |
| 73 |
|
PCRE_UCP Use Unicode properties for \d, \w, etc. |
| 74 |
PCRE_UNGREEDY Invert greediness of quantifiers |
PCRE_UNGREEDY Invert greediness of quantifiers |
| 75 |
PCRE_UTF8 Run in UTF-8 mode |
PCRE_UTF8 Run in UTF-8 mode |
| 76 |
</pre> |
</pre> |
| 77 |
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 |
| 78 |
PCRE_NO_UTF8_CHECK. |
PCRE_NO_UTF8_CHECK, and with UCP support if PCRE_UCP is used. |
| 79 |
</P> |
</P> |
| 80 |
<P> |
<P> |
| 81 |
The yield of the function is a pointer to a private data structure that |
The yield of the function is a pointer to a private data structure that |