package asciiext
import "github.com/go-playground/pkg/v5/ascii"
Index ¶
- func IsAlphanumeric(c byte) bool
- func IsDigit(c byte) bool
- func IsLower(c byte) bool
- func IsUpper(c byte) bool
Functions ¶
func IsAlphanumeric ¶
IsAlphanumeric returns true if the byte is an ASCII letter or digit.
func IsDigit ¶
IsDigit returns true if the byte is an ASCII digit.
func IsLower ¶
IsLower returns true if the byte is an ASCII lowercase letter.
func IsUpper ¶
IsUpper returns true if the byte is an ASCII uppercase letter.
Source Files ¶
- Version
- v5.29.1
- Published
- Apr 4, 2024
- Platform
- windows/amd64
- Last checked
- now –
Tools for package owners.