summaryrefslogtreecommitdiff
path: root/meta/3rd/OpenResty/library/resty/core/utils.lua
blob: 8070a33b4ebe4afe56b8663d9106278510f7abec (plain)
1
2
3
4
5
6
7
8
9
10
---@meta
local resty_core_utils={}

---@param str string
---@param find string
---@param replace string
---@return string
function resty_core_utils.str_replace_char(str, find, replace) end
resty_core_utils.version = require("resty.core.base").version
return resty_core_utils