upper? ( string -- ? )
Case mapping

Prev:>case-fold ( string -- fold )
Next:lower? ( string -- ? )


Vocabulary
unicode

Inputs
stringa string


Outputs
?a boolean


Word description
Tests if a string is in upper case.

Definition