package
0.0.0-20230216074244-e67ccf8c31f0
Repository: https://github.com/pyihe/go-pkg.git
Documentation: pkg.go.dev
# Functions
No description provided by the author
No description provided by the author
Bool string转换为bool.
Bytes string转换为[]byte.
Contain 判断字符串切片是否包含ele.
Equal 判断两个字符串切片值是否相等.
Float32 string转换为float32.
Float64 string转换为float64.
Int string转换为int.
Int64 string转换为int64.
IsEmpty 判断字符串本身或者去除空格后是否为空字符串.
Last 返回s中最后一个b的位置.
MaxSubStrLen 寻找最长不重复子串长度.
Remove 从s中删除第一个ele.
RemoveAll 删除所有的eles.
Reverse 字符切片反转.
No description provided by the author
No description provided by the author
Uint64 string转换为uint64.
No description provided by the author
Unique 字符串切片去重.