Versions in this module Expand all Collapse all v1 v1.0.0 Sep 3, 2023 Changes in this version + const AlphaNumericCharacters + const DecimalDigits + const EnglishLetters + const LowerEnglishLetters + const LowerUnicodeLetters + const UnicodeLetters + const UpperEnglishLetters + const UpperUnicodeLetters + var CompiledRegex = struct{ ... } + func ArrayContains(a []R, v R) bool + func CloseSilently(ctx context.Context, close func() error) + func IsDecimalString(s string) bool + func IsHeximalString(s string) bool + func RandomDecimalString(n int) string + func RandomHeximalString(n int) string + func RandomNaturalNumber(n int) int + func RandomString(n int, alphabet string) string + func ToArrayString(a []interface{}) ([]string, bool) + func ToString(any interface{}) string