# Functions
IsASCII reports whether the rune is a ASCII character.
IsASCIIDigit reports whether the rune is an ASCII and decimal digit.
IsASCIILower reports whether the rune is an ASCII and lower case letter.
IsASCIIUpper reports whether the rune is an ASCII and upper case letter.
IsConsonant reports whether the rune is an ASCII and consonant case letter.
IsLatin1 reports whether the rune is a latin1 (ISO-8859-1) character.
IsVowel reports whether the rune is an ASCII and vowel case letter.
No description provided by the author
# Variables
AsciiVisual is the set of Unicode characters with visual character of ascii.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author