package
5.30.0
Repository: https://github.com/go-playground/pkg.git
Documentation: pkg.go.dev

# Functions

IsAlphanumeric returns true if the byte is an ASCII letter or digit.
IsDigit returns true if the byte is an ASCII digit.
IsLower returns true if the byte is an ASCII lowercase letter.
IsUpper returns true if the byte is an ASCII uppercase letter.