//
pkg.gl
Category
github.com/caoshuyu/kit
stringtools
package
1.0.8
Repository:
https://github.com/caoshuyu/kit.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
6
Dependents
1
Files
94 SLOC
#
Functions
InitialLowStr
首字母小写,有_的去掉后第一个字母大写.
InitialUpdateStr
首字母大写,有_的去掉后第一个字母大写.
IsNum
判断字符串是不是数字.
MakeRoundabout
制作问号.
Md5
MD5加密.
RemoveSliceRepeatStr
去除数组中重复的字符串.
Time33
Time33加密算法.
UpperToUnderline
变成小写字母,用_分割.
UpperToUnderlineToUpper
变成大写字母,用_分割.