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.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/html/pcre_exec.html b/doc/html/pcre_exec.html
index 9da31a1..c67544e 100644
--- a/doc/html/pcre_exec.html
+++ b/doc/html/pcre_exec.html
@@ -46,6 +46,7 @@ The options are:
<pre>
PCRE_ANCHORED Match only at the first position
PCRE_NEWLINE_ANY Recognize any Unicode newline sequence
+ PCRE_NEWLINE_ANYCRLF Recognize CR, LF, and CRLF as newline sequences
PCRE_NEWLINE_CR Set CR as the newline sequence
PCRE_NEWLINE_CRLF Set CRLF as the newline sequence
PCRE_NEWLINE_LF Set LF as the newline sequence