diff options
Diffstat (limited to 'doc/API.ja')
| -rw-r--r-- | doc/API.ja | 8 | 
1 files changed, 5 insertions, 3 deletions
| @@ -1,4 +1,4 @@ -鬼車インターフェース Version 6.8.0   2018/03/13 +鬼車インターフェース Version 6.9.2   2019/03/29  #include <oniguruma.h> @@ -91,6 +91,8 @@                                       (alnum, alpha, blank, cntrl, digit, graph,                                        lower, print, punct, space, upper, xdigit,                                        word) +      ONIG_OPTION_TEXT_SEGMENT_EXTENDED_GRAPHEME_CLUSTER  拡張書記素房モード +      ONIG_OPTION_TEXT_SEGMENT_WORD                       単語モード    5 enc:        文字エンコーディング @@ -325,8 +327,8 @@    8 mp: マッチパラメタ値 (match_stack_limit, retry_limit_in_match) -# int onig_match(regex_t* reg, const UChar* str, const UChar* end, const UChar* at, -		 OnigRegion* region, OnigOptionType option) +# int onig_match(regex_t* reg, const UChar* str, const UChar* end, +                 const UChar* at, OnigRegion* region, OnigOptionType option)    文字列の指定位置でマッチングを行い、結果とマッチ領域を返す。 | 
