]> granicus.if.org Git - onig/commitdiff
update doc/RE for Absent clear
authorK.Kosako <kkosako0@gmail.com>
Fri, 11 Aug 2017 01:45:52 +0000 (10:45 +0900)
committerK.Kosako <kkosako0@gmail.com>
Fri, 11 Aug 2017 01:45:52 +0000 (10:45 +0900)
doc/RE
doc/RE.ja

diff --git a/doc/RE b/doc/RE
index 6ecd4d80e742612a6203eebbef4020891e70e597..a195e2ce20647e7640f0e765a17a2552458cca6a 100644 (file)
--- a/doc/RE
+++ b/doc/RE
@@ -1,4 +1,4 @@
-Oniguruma Regular Expressions Version 6.5.0    2017/08/07
+Oniguruma Regular Expressions Version 6.6.0    2017/08/11
 
 syntax: ONIG_SYNTAX_RUBY (default)
 
@@ -262,7 +262,6 @@ syntax: ONIG_SYNTAX_RUBY (default)
 
   (?~|)              Absent clear
                      Clear the effects caused by Absent cutters.
-                     (* This operation is not cancelled by backtrack.)
 
      * Nested Absent functions are not supported and the behavior
        is undefined.
index ab81e9e8fbaecdc0bc6af8e734faf113e7989957..ea95366a65a8c4333b445c913961eb3bb692f2d9 100644 (file)
--- a/doc/RE.ja
+++ b/doc/RE.ja
@@ -1,4 +1,4 @@
-鬼車 正規表現 Version 6.5.0    2017/08/07
+鬼車 正規表現 Version 6.6.0    2017/08/11
 
 使用文法: ONIG_SYNTAX_RUBY (既定値)
 
 
   (?~|)             不在消去
                     不在切断の効果を消して、初期状態にする。
-                    (* この演算子の効果は後退再試行で無効化されない)
 
      * 不在機能の入れ子はサポートしておらず、挙動は不定とする。