From b7fb2cb1b30ecba2668d22a97b9fc0d4596520a1 Mon Sep 17 00:00:00 2001 From: ph10 Date: Fri, 26 May 2017 17:14:36 +0000 Subject: Implement PCRE2_NEWLINE_NUL. git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@806 6239d852-aaf2-0410-a92c-79f79f948069 --- doc/html/pcre2test.html | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'doc/html/pcre2test.html') diff --git a/doc/html/pcre2test.html b/doc/html/pcre2test.html index 0788a3f..a8d7d08 100644 --- a/doc/html/pcre2test.html +++ b/doc/html/pcre2test.html @@ -182,7 +182,7 @@ following options output the value and set the exit code as indicated: linksize the configured internal link size (2, 3, or 4) exit code is set to the link size newline the default newline setting: - CR, LF, CRLF, ANYCRLF, or ANY + CR, LF, CRLF, ANYCRLF, ANY, or NUL exit code is always 0 bsr the default setting for what \R matches: ANYCRLF or ANY @@ -367,8 +367,8 @@ when PCRE2 is compiled with either CR or CRLF as the default newline.

The #newline_default command specifies a list of newline types that are -acceptable as the default. The types must be one of CR, LF, CRLF, ANYCRLF, or -ANY (in upper or lower case), for example: +acceptable as the default. The types must be one of CR, LF, CRLF, ANYCRLF, +ANY, or NUL (in upper or lower case), for example:

   #newline_default LF Any anyCRLF
 
@@ -655,7 +655,7 @@ is built, with the default default being Unicode.

The newline modifier specifies which characters are to be interpreted as newlines, both in the pattern and in subject lines. The type must be one of CR, -LF, CRLF, ANYCRLF, or ANY (in upper or lower case). +LF, CRLF, ANYCRLF, ANY, or NUL (in upper or lower case).


Information about a pattern @@ -1816,7 +1816,7 @@ Cambridge, England.


REVISION

-Last updated: 17 May 2017 +Last updated: 26 May 2017
Copyright © 1997-2017 University of Cambridge.
-- cgit v1.2.1