ascii

package
v1.9.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 21, 2021 License: BSD-2-Clause Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func IsAlphaBet added in v1.4.0

func IsAlphaBet(v byte) bool

IsAlphaBet return if is a ascii alphabet char([A, Z], [a, z])

func IsDigit added in v1.3.1

func IsDigit(v byte) bool

IsDigit return if is a digit char([0, 9])

func IsHex added in v1.3.1

func IsHex(v byte) bool

IsHex return if is a hex digit char([0, 9], [A, F], [a, f])

func IsLower

func IsLower(v byte) bool

IsLower return if v is a lower case ascii char.

func IsUpper

func IsUpper(v byte) bool

IsUpper return if v is a upper case ascii char.

func ToLower

func ToLower(v byte) byte

ToLower convert ascii char to upper case Return v if v is not a upper case ascii character.

func ToUpper

func ToUpper(v byte) byte

ToUpper convert ascii char to upper case. Return v if v is not a lower case ascii character.

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL