//
pkg.gl
Category
github.com/Agelessbaby/BloomBlog
util
string
package
0.0.0-20241226111824-a12a7f529f92
Repository:
https://github.com/agelessbaby/bloomblog.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
2
Dependents
1
Files
46 SLOC
#
Functions
Camel2Snake
驼峰转为蛇形。例如userNameAbd转为user_name_abd User user.
IsASCIIUpper
是否为大写英文字母.
RandStringRunes
生成随机字符串.
Str
理解rune和string的本质.
UpperLowerExchange
大小写英文字母互相转换.