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/pcre2test.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'doc/pcre2test.txt') diff --git a/doc/pcre2test.txt b/doc/pcre2test.txt index d470a8d..e6164f9 100644 --- a/doc/pcre2test.txt +++ b/doc/pcre2test.txt @@ -141,7 +141,7 @@ COMMAND LINE OPTIONS 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 @@ -306,7 +306,7 @@ COMMAND LINES 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, ANY- - CRLF, or ANY (in upper or lower case), for example: + CRLF, ANY, or NUL (in upper or lower case), for example: #newline_default LF Any anyCRLF @@ -594,7 +594,7 @@ PATTERN MODIFIERS 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). + one of CR, LF, CRLF, ANYCRLF, ANY, or NUL (in upper or lower case). Information about a pattern @@ -1650,5 +1650,5 @@ AUTHOR REVISION - Last updated: 17 May 2017 + Last updated: 26 May 2017 Copyright (c) 1997-2017 University of Cambridge. -- cgit v1.2.1