-Oniguruma Regular Expressions Version 6.8.0 2018/03/08
+Oniguruma Regular Expressions Version 6.8.0 2018/04/02
syntax: ONIG_SYNTAX_ONIGURUMA (default)
(?{...contents...}[tag]) tag assigned
(?{...contents...}[tag]D)
+ * Escape characters have no effects in contents.
+ * contents is not allowed to start with '{'.
+
+ (?{{{...contents...}}}) n times continuations '}' in contents is allowed in
+ (n+1) times continuations {{{...}}}.
+
+
* Callouts of name
(*name)
(*name{args...}) with args
-鬼車 正規表現 Version 6.8.0 2018/03/08
+鬼車 正規表現 Version 6.8.0 2018/04/02
使用文法: ONIG_SYNTAX_ONIGURUMA (既定値)
(?{...contents...}[tag]) 名札付き
(?{...contents...}[tag]D)
+ * エスケープ文字はcontentsの中で何の機能も持たない
+ * contentsは、'{'文字で始まってはならない
+
+ (?{{{...contents...}}}) contentsの中のn個連続の'}'は、(n+1)個連続の{{{...}}}
+ の中で許される
+
* 名前の呼び出し
(*name)
(*name{args...}) 引数付き