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 ¶
Tools for package owners.