Determines if a character is a digit. It returns true for decimal digits only.
Determines if a character is a letter.
Determines if a character is a letter or a decimal digit.
Determines if a character is a lower case letter.
Detemines if a character is a printable character as specified in the Unicode Standard.
Detemines if a character is a Space character as specified in the Unicode Standard.
Determines if a character is a title case letter. In case of combined letters, only the first is upper and the second is lower. Some of these special characters can be found in the croatian and greek language.
Determines if a character is a upper case letter.
Determines if a character is a Whitespace character. Whitespace characters are characters in the General Catetories Zs, Zl, Zp without the No Break spaces plus the control characters out of the ASCII range, that are used as spaces: TAB VT LF FF CR FS GS RS US NL
Converts an Utf8 String to Folding case Folding case is used for case insensitive comparsions.
Converts an Utf16 String to Folding case Folding case is used for case insensitive comparsions.
Converts an Utf32 String to Folding case Folding case is used for case insensitive comparsions.
Converts an Utf8 String to Lower case
Converts an Utf16 String to Lower case
Converts an Utf32 String to Lower case
Converts an Utf8 String to Upper case
Converts an Utf16 String to Upper case
Converts an Utf32 String to Upper case