package
1.0.30
Repository: https://github.com/why444216978/go-util.git
Documentation: pkg.go.dev

# Functions

CamelToSnake 驼峰转蛇形.
GetStringUtf8Len 获得字符串按照uft8编码的长度.
JoinStringAndOther 连接字符串和其他类型.
LcFirst 首字母小写.
No description provided by the author
SnakeToCamel 蛇形转驼峰.
No description provided by the author
SubStr 截取字符串,并返回实际截取的长度和子串.
SubStrTarget 在字符串中查找指定子串,并返回left或right部分.
UcFirst 首字母大写.
Utf8Index 按照uft8编码匹配子串,返回开头的索引.