# Functions
No description provided by the author
Bytes converts string to byte slice.
CodeToIDBase34 -- 将code逆向转换成原始id.
CodeToIDReverse -- 将code逆向转换成原始id.
Contains fun.
ContainsString fun.
GenCodeBase34 -- 将id转换成6位长度的code.
GenCodeReverse 将id转换成n位长度的code.
GenerateNonce 生成一个长度为 NonceLength 的随机字符串(只包含大小写字母与数字).
GenerateNonceLength 生成一个长度为 Length 的随机字符串(只包含大小写字母与数字).
No description provided by the author
Join concatenates the elements of its first argument to create a single string.
Len 字符串长度,包括控制码,一个汉字长度1.
LowercaseFirst fun.
NewLine new line.
PadLeft fun.
RandomString fun.
RemoveRepeatSlice 元素去重.
RemoveRepeatSliceInt 元素去重.
Reverse 字符串翻转.
String converts byte slice to string.
No description provided by the author
Sub fun.
No description provided by the author
UppercaseFirst fun.