isLower
Syntax
isLower(X)
Details
Check whether all the case-based characters (letters) of the string are lowercase.
Parameters
X is a STRING scalar or vector.
Returns
- When X is a scalar, it returns a Boolean scalar.
- When X is a vector, it returns a Boolean vector.
- When X is a table, it returns a table.
