summaryrefslogtreecommitdiff
path: root/meta/3rd/OpenResty/library/resty.core.regex.lua
diff options
context:
space:
mode:
Diffstat (limited to 'meta/3rd/OpenResty/library/resty.core.regex.lua')
-rw-r--r--meta/3rd/OpenResty/library/resty.core.regex.lua11
1 files changed, 11 insertions, 0 deletions
diff --git a/meta/3rd/OpenResty/library/resty.core.regex.lua b/meta/3rd/OpenResty/library/resty.core.regex.lua
new file mode 100644
index 00000000..f91bf1da
--- /dev/null
+++ b/meta/3rd/OpenResty/library/resty.core.regex.lua
@@ -0,0 +1,11 @@
+---@meta
+resty_core_regex={}
+function resty_core_regex.collect_captures() end
+function resty_core_regex.set_buf_grow_ratio(ratio) end
+function resty_core_regex.re_sub_compile() end
+function resty_core_regex.is_regex_cache_empty() end
+function resty_core_regex.check_buf_size() end
+function resty_core_regex.re_match_compile() end
+function resty_core_regex.destroy_compiled_regex() end
+resty_core_regex.version="0.1.17"
+return resty_core_regex \ No newline at end of file