-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)
<Callouts>
* 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)
-鬼車 正規表現 Version 6.8.0 2018/04/10
+鬼車 正規表現 Version 6.8.0 2018/04/13
使用文法: ONIG_SYNTAX_ONIGURUMA (既定値)
* 内容の呼び出し
(?{...contents...}) 前進中のみの呼び出し
- (?{...contents...}D) Dは方向指定文字 ('X' or '<' or '>')
- D = 'X': 前進および後退, '<' 後退のみ, '>': 前進のみ
+ (?{...contents...}D) Dは方向指定文字
+ D = 'X': 前進中および後退中
+ '<': 後退中のみ
+ '>': 前進中のみ
(?{...contents...}[tag]) 名札付き
(?{...contents...}[tag]D)