package
Version:
v2.0.0-beta2
Opens a new window with list of versions in this module.
Published: Jan 17, 2022
License: BSD-2-Clause
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
IsAlphaBet return if is a ascii alphabet char([A, Z], [a, z])
IsDigit return if is a digit char([0, 9])
IsHex return if is a hex digit char([0, 9], [A, F], [a, f])
IsLower return if v is a lower case ascii char.
IsUpper return if v is a upper case ascii char.
ToLower convert ascii char to upper case
Return v if v is not a upper case ascii character.
ToUpper convert ascii char to upper case.
Return v if v is not a lower case ascii character.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.