From 4c576365a6bd2124cd9b8b4bdf829e5c0136c5f0 Mon Sep 17 00:00:00 2001 From: "K.Kosako" Date: Wed, 16 Aug 2017 12:37:08 +0900 Subject: [PATCH] rename Absent cutter to Absent stopper --- README.md | 2 +- doc/RE | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index e99670e..94432b8 100644 --- a/README.md +++ b/README.md @@ -43,7 +43,7 @@ New feature of version 6.5.0 * NEW: Backreference validity checker (?(xxx)) (*original) * NEW: Absent repeater (?~absent) * NEW: Absent expression (?~|absent|expr) (*original) -* NEW: Absent range cutter (?~|absent) (*original) +* NEW: Absent stopper (?~|absent) (*original) New feature of version 6.4.0 diff --git a/doc/RE b/doc/RE index 176b042..e95b649 100644 --- a/doc/RE +++ b/doc/RE @@ -1,4 +1,4 @@ -Oniguruma Regular Expressions Version 6.6.0 2017/08/15 +Oniguruma Regular Expressions Version 6.6.0 2017/08/16 syntax: ONIG_SYNTAX_RUBY (default) @@ -263,13 +263,13 @@ syntax: ONIG_SYNTAX_RUBY (default) ex. (?~|345|\d*) "12345678" ==> "12", "1", "" - (?~|absent) Absent cutter (* original) + (?~|absent) Absent stopper (* original) After passed this operator, string right range is limited at the point that does not include the string match whth . (?~|) Absent clear - Clear the effects caused by Absent cutters. + Clear the effects caused by Absent stoppers. * Nested Absent functions are not supported and the behavior is undefined. -- 2.40.0