From db6f38bc1b73930f1da954525464cf1986f43a28 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Fri, 29 Apr 2022 15:21:04 +0200 Subject: New upstream version 6.9.8 --- doc/RE | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) (limited to 'doc/RE') diff --git a/doc/RE b/doc/RE index c8d9795..9eb816a 100644 --- a/doc/RE +++ b/doc/RE @@ -1,4 +1,4 @@ -Oniguruma Regular Expressions Version 6.9.6 2020/07/31 +Oniguruma Regular Expressions Version 6.9.8 2022/04/11 syntax: ONIG_SYNTAX_ONIGURUMA (default syntax) @@ -288,6 +288,14 @@ syntax: ONIG_SYNTAX_ONIGURUMA (default syntax) * It makes a group to the next ')' or end of the pattern. /ab(?i)c|def|gh/ == /ab(?i:c|def|gh)/ + /(?CIL).../, /(?CIL:...)/ whole opiton + + This option must be placed in a position that + affects the entire regular expression. + + C: ONIG_OPTION_DONT_CAPTURE_GROUP + I: ONIG_OPTION_IGNORECASE_IS_ASCII + L: ONIG_OPTION_FIND_LONGEST (?:subexp) non-capturing group (subexp) capturing group @@ -529,7 +537,7 @@ A-2. Original extensions + named backref \k + subexp call \g, \g + absent expression (?~|...|...) - + absent stopper (?|...) + + absent stopper (?~|...) A-3. Missing features compared with perl 5.8.0 -- cgit v1.2.3