Documentation
¶
Index ¶
Constants ¶
View Source
const AllLettersAndDigits = "abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789" // 大小写字母 + 数字
View Source
const LowercaseCharset = "abcdefghijklmnopqrstuvwxyz0123456789" // 小写字母 + 数字
Variables ¶
This section is empty.
Functions ¶
func GenerateRandomString ¶
GenerateRandomString 生成指定长度的随机字符串
func ValidateString ¶
ValidateString 校验字符串只能包含小写字母或数字,并且长度在[minLength, maxLength]范围内
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.