Documentation ¶
Index ¶
- func IsAlnum(c byte) bool
- func IsAlpha(c byte) bool
- func IsAscii(r rune) bool
- func IsBlank(c byte) bool
- func IsCntrl(c byte) bool
- func IsDigit(c byte) bool
- func IsGraph(c byte) bool
- func IsLower(c byte) bool
- func IsPrint(c byte) bool
- func IsPunct(c byte) bool
- func IsSpace(c byte) bool
- func IsUpper(c byte) bool
- func IsXdigit(c byte) bool
- func ToAscii(r rune) (byte, bool)
- func ToLower(c byte) byte
- func ToUpper(c byte) byte
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.