summaryrefslogtreecommitdiff
path: root/meta/3rd/OpenResty/library/ngx.re.lua
blob: 683a5be24722216acd6adf7b6c9b157994451c0c (plain)
1
2
3
4
5
6
---@meta
ngx_re={}
function ngx_re.opt(option, value) end
function ngx_re.split(subj, regex, opts, ctx, max, res) end
ngx_re.version="0.1.17"
return ngx_re