package asciiext

import "github.com/go-playground/pkg/v5/ascii"

Index

Functions

func IsAlphanumeric

func IsAlphanumeric(c byte) bool

IsAlphanumeric returns true if the byte is an ASCII letter or digit.

func IsDigit

func IsDigit(c byte) bool

IsDigit returns true if the byte is an ASCII digit.

func IsLower

func IsLower(c byte) bool

IsLower returns true if the byte is an ASCII lowercase letter.

func IsUpper

func IsUpper(c byte) bool

IsUpper returns true if the byte is an ASCII uppercase letter.

Source Files

helpers.go

Version
v5.29.1
Published
Apr 4, 2024
Platform
windows/amd64
Last checked
now

Tools for package owners.