summaryrefslogtreecommitdiff
path: root/doc/html/pcre_exec.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/pcre_exec.html')
-rw-r--r--doc/html/pcre_exec.html3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/html/pcre_exec.html b/doc/html/pcre_exec.html
index 915bc73..cf86dfd 100644
--- a/doc/html/pcre_exec.html
+++ b/doc/html/pcre_exec.html
@@ -47,6 +47,9 @@ The options are:
PCRE_NOTBOL Subject is not the beginning of a line
PCRE_NOTEOL Subject is not the end of a line
PCRE_NOTEMPTY An empty string is not a valid match
+ PCRE_NO_UTF8_CHECK Do not check the subject for UTF-8
+ validity (only relevant if PCRE_UTF8
+ was set at compile time)
</PRE>
</P>
<P>