package
0.1.98
Repository: https://github.com/george012/gtbox.git
Documentation: pkg.go.dev

# Functions

DelStringEndNewlines 删除字符串结尾的 \n or \r\n.
GTBytes2String byte转string.
GTCheckMobile 判断是否为手机号.
GTGBKString2UTF8String GBK转UTF-8.
No description provided by the author
GTString2Bytes string转bytes.
GTStringSliceContain 判断是否包含元素.
GTStruct2JsonString struct转json.
GTUTF8String2GBKString UTF-8转GBK.
GTValidHostnamePort 检测IP+端口字符串是否正确.
RandomString 获取随机字符串 n 多少位 比如获取10位随机数即传10.
StringCoverBool str value is true or false covert to golang bool type.