summaryrefslogtreecommitdiff
path: root/doc/html/pcre_compile.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/pcre_compile.html')
-rw-r--r--doc/html/pcre_compile.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/html/pcre_compile.html b/doc/html/pcre_compile.html
index 396a5fb..773594f 100644
--- a/doc/html/pcre_compile.html
+++ b/doc/html/pcre_compile.html
@@ -63,11 +63,11 @@ The option bits are:
PCRE_NEWLINE_LF Set LF as the newline sequence
PCRE_NO_AUTO_CAPTURE Disable numbered capturing paren-
theses (named ones available)
- PCRE_UNGREEDY Invert greediness of quantifiers
- PCRE_UTF8 Run in UTF-8 mode
PCRE_NO_UTF8_CHECK Do not check the pattern for UTF-8
validity (only relevant if
PCRE_UTF8 is set)
+ PCRE_UNGREEDY Invert greediness of quantifiers
+ PCRE_UTF8 Run in UTF-8 mode
</pre>
PCRE must be built with UTF-8 support in order to use PCRE_UTF8 and
PCRE_NO_UTF8_CHECK.