Skip to content

Commit

Permalink
注释
Browse files Browse the repository at this point in the history
  • Loading branch information
huahua132 committed Jan 13, 2025
1 parent 7c23a68 commit 523de5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lualib/skynet-fly/utils/string_util.lua
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ local pairs = pairs
local strgsub = string.gsub
local sfind = string.find

---#desc 字符串分割,可以嵌套分割 例如:split('1:2_3:4','_',':') res = {{1,2},{3,4}}
---#desc 字符串分割,可以嵌套分割 例如:`split('1:2_3:4','_',':') res = {{1,2},{3,4}}`
---@param inputstr string 被分割字符串
---@param ... string 分隔符列表
---@return table 分割结果
Expand Down

0 comments on commit 523de5c

Please sign in to comment.