tango v1.0.0+2.066 (2014-08-19T00:10:20Z)
Home
Dub
Repo
isUpper
tango
text
Unicode
Determines if a character is a upper case letter.
bool
isUpper
(
dchar
ch
)
Parameters
ch
dchar
the character to be inspected
Meta
Source
See Implementation
tango
text
Unicode
functions
isDigit
isLetter
isLetterOrDigit
isLower
isPrintable
isSpace
isTitle
isUpper
isWhitespace
main
toFold
toLower
toUpper
Determines if a character is a upper case letter.