From: K.Kosako Date: Mon, 25 Mar 2019 06:51:48 +0000 (+0900) Subject: small update of doc/RE X-Git-Tag: v6.9.2_rc1~39 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1c5fe2646caaf60a63acdfea58ced9d692f4c75f;p=onig small update of doc/RE --- diff --git a/doc/RE b/doc/RE index b308468..36e5ce1 100644 --- a/doc/RE +++ b/doc/RE @@ -260,6 +260,7 @@ syntax: ONIG_SYNTAX_ONIGURUMA (default) lower, print, punct, space, upper, xdigit, word) y{?}: Text Segment mode + This option changes the meaning of \X, \y, \Y. y{g}: Extended Grapheme Cluster mode (default) y{w}: Word mode See [Unicode Standard Annex #29] diff --git a/doc/RE.ja b/doc/RE.ja index eaab3d8..61e48ed 100644 --- a/doc/RE.ja +++ b/doc/RE.ja @@ -256,6 +256,7 @@ lower, print, punct, space, upper, xdigit, word) y{?}: 文章区分状態 + このオプションは\X, \y, \Yの意味を変更する。 y{g}: 拡張書記素房-状態 (デフォルト) y{w}: 単語-状態 参照 [Unicode Standard Annex #29]