| 42 |
theses (named ones available) |
theses (named ones available) |
| 43 |
PCRE_UNGREEDY Invert greediness of quantifiers |
PCRE_UNGREEDY Invert greediness of quantifiers |
| 44 |
PCRE_UTF8 Run in UTF-8 mode |
PCRE_UTF8 Run in UTF-8 mode |
| 45 |
|
PCRE_NO_UTF8_CHECK Do not check the pattern for UTF-8 |
| 46 |
|
validity (only relevant if |
| 47 |
|
PCRE_UTF8 is set) |
| 48 |
|
|
| 49 |
PCRE must have been compiled with UTF-8 support when PCRE_UTF8 is used. |
PCRE must be compiled with UTF-8 support in order to use PCRE_UTF8 |
| 50 |
|
(or PCRE_NO_UTF8_CHECK). |
| 51 |
|
|
| 52 |
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 |
| 53 |
contains the compiled pattern, or NULL if an error was detected. |
contains the compiled pattern, or NULL if an error was detected. |