]> granicus.if.org Git - onig/commitdiff
add onig_regset_get_regex()
authorK.Kosako <kosako@sofnec.co.jp>
Wed, 25 Sep 2019 04:53:37 +0000 (13:53 +0900)
committerK.Kosako <kosako@sofnec.co.jp>
Wed, 25 Sep 2019 04:53:37 +0000 (13:53 +0900)
doc/API
doc/API.ja

diff --git a/doc/API b/doc/API
index 901bf8557b5c52d0f6c261c0a27d50b0a0e6025d..457787d37b84019e19bc34977421b0e475884c49 100644 (file)
--- a/doc/API
+++ b/doc/API
@@ -428,6 +428,15 @@ Oniguruma API  Version 6.9.4  2019/09/25
   1 set: regset object
 
 
+# regex_t* onig_regset_get_regex(OnigRegSet* set, int at)
+
+  Returns the regex object corresponding to the at-th regex.
+
+  arguments
+  1 set: regset object
+  2 at:  index of regex array (zero origin)
+
+
 # OnigRegion* onig_regset_get_region(OnigRegSet* set, int at)
 
   Returns the region object corresponding to the at-th regex.
index 8fa04f45b31015827c69420a2e7cbe9e4cc604f2..5cd972c7b8f8602cff28293e6f6a7986c5938d96 100644 (file)
   1 set: regsetオブジェクト
 
 
+# regex_t* onig_regset_get_regex(OnigRegSet* set, int at)
+
+  regsetのat番目の正規表現を返す。
+
+  引数
+  1 set: regsetオブジェクト
+  2 at:  正規表現オブジェクトのインデックス (ゼロ開始)
+
+
 # OnigRegion* onig_regset_get_region(OnigRegSet* set, int at)
 
   regsetのat番目の正規表現に対応する領域を返す。