From: K.Kosako Date: Fri, 13 Apr 2018 07:17:19 +0000 (+0900) Subject: minor updateof doc/RE X-Git-Tag: v6.8.2^2~9 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=855f194e36c6cfa04f3ca7d777cf85c680b4a64d;p=onig minor updateof doc/RE --- diff --git a/doc/RE b/doc/RE index 0ecd9db..e75daad 100644 --- a/doc/RE +++ b/doc/RE @@ -1,4 +1,4 @@ -Oniguruma Regular Expressions Version 6.8.0 2018/04/10 +Oniguruma Regular Expressions Version 6.8.0 2018/04/13 syntax: ONIG_SYNTAX_ONIGURUMA (default) @@ -266,10 +266,11 @@ syntax: ONIG_SYNTAX_ONIGURUMA (default) * Callouts of contents - (?{...contents...}) callouts in progress - (?{...contents...}D) D is a direction flag char. ('X' or '<' or '>') - D = 'X': progress and retraction, '<': retraction only - '>': progress only (default) + (?{...contents...}) callout in progress + (?{...contents...}D) D is a direction flag char + D = 'X': in progress and retraction + '<': in retraction only + '>': in progress only (?{...contents...}[tag]) tag assigned (?{...contents...}[tag]D) diff --git a/doc/RE.ja b/doc/RE.ja index d44764a..8cc0990 100644 --- a/doc/RE.ja +++ b/doc/RE.ja @@ -1,4 +1,4 @@ -鬼車 正規表現 Version 6.8.0 2018/04/10 +鬼車 正規表現 Version 6.8.0 2018/04/13 使用文法: ONIG_SYNTAX_ONIGURUMA (既定値) @@ -269,8 +269,10 @@ * 内容の呼び出し (?{...contents...}) 前進中のみの呼び出し - (?{...contents...}D) Dは方向指定文字 ('X' or '<' or '>') - D = 'X': 前進および後退, '<' 後退のみ, '>': 前進のみ + (?{...contents...}D) Dは方向指定文字 + D = 'X': 前進中および後退中 + '<': 後退中のみ + '>': 前進中のみ (?{...contents...}[tag]) 名札付き (?{...contents...}[tag]D)