lower? ( string -- ? )
Case mapping

Prev:upper? ( string -- ? )
Next:title? ( string -- ? )


Vocabulary
unicode

Inputs
stringa string


Outputs
?a boolean


Word description
Tests if a string is in lower case.

Definition