Documentation ¶
Index ¶
- func AlphaNumericVerify(size int) string
- func AlphaVerify(size int) string
- func FileNameString(ext string) string
- func ID() string
- func IDString(size int) string
- func Integer(size int) string
- func NumericVerify(size int) string
- func Password() string
- func PasswordString(size int) string
- func URLSafeString(size int) string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AlphaNumericVerify ¶ added in v1.2.15
func AlphaVerify ¶ added in v1.2.15
func FileNameString ¶ added in v1.1.4
func Integer ¶ added in v1.2.9
Integer size = 1 -> 0~9 size = 2 -> 10~99 size = 3 -> 100~999 ... size = n -> 10^(n-1) ~ 10^(n)-1 or only byte + '0'
func NumericVerify ¶ added in v1.2.15
func PasswordString ¶
func URLSafeString ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.