| 55 |
PCRE_NO_UTF8_CHECK Do not check the pattern for UTF-8 |
PCRE_NO_UTF8_CHECK Do not check the pattern for UTF-8 |
| 56 |
validity (only relevant if |
validity (only relevant if |
| 57 |
PCRE_UTF8 is set) |
PCRE_UTF8 is set) |
| 58 |
|
PCRE_UCP Use Unicode properties for \ed, \ew, etc. |
| 59 |
PCRE_UNGREEDY Invert greediness of quantifiers |
PCRE_UNGREEDY Invert greediness of quantifiers |
| 60 |
PCRE_UTF8 Run in UTF-8 mode |
PCRE_UTF8 Run in UTF-8 mode |
| 61 |
.sp |
.sp |
| 62 |
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 |
| 63 |
PCRE_NO_UTF8_CHECK. |
PCRE_NO_UTF8_CHECK, and with UCP support if PCRE_UCP is used. |
| 64 |
.P |
.P |
| 65 |
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 |
| 66 |
contains the compiled pattern, or NULL if an error was detected. Note that |
contains the compiled pattern, or NULL if an error was detected. Note that |