CharacterExtensions¶
TODO description
Character¶
isDefined¶
fun boolean isDefined()
TODO add description.
isDigit¶
fun boolean isDigit()
TODO add description.
isHighSurrogate¶
fun boolean isHighSurrogate()
TODO add description.
isISOControl¶
fun boolean isISOControl()
TODO add description.
isLetter¶
fun boolean isLetter()
TODO add description.
isLetterOrDigit¶
fun boolean isLetterOrDigit()
TODO add description.
isLowSurrogate¶
fun boolean isLowSurrogate()
TODO add description.
isLowerCase¶
fun boolean isLowerCase()
TODO add description.
isSpaceChar¶
fun boolean isSpaceChar()
TODO add description.
isSurrogate¶
fun boolean isSurrogate()
TODO add description.
isTitleCase¶
fun boolean isTitleCase()
TODO add description.
isUpperCase¶
fun boolean isUpperCase()
TODO add description.
isWhitespace¶
fun boolean isWhitespace()
TODO add description.
toDouble¶
fun double toDouble()
TODO add description.
toFloat¶
fun float toFloat()
TODO add description.
toInt¶
fun int toInt()
TODO add description.
toLong¶
fun long toLong()
TODO add description.
toLowerCase¶
fun char toLowerCase()
TODO add description.
toTitleCase¶
fun char toTitleCase()
TODO add description.
toUpperCase¶
fun char toUpperCase()
TODO add description.