summaryrefslogtreecommitdiff
path: root/meta/3rd/OpenResty/ngx.re.lua
blob: 38805f9a09eb9deb9482126eeb21fe4fe77292e7 (plain)
1
2
3
4
5
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