isUpper( )
Returns true if the first character of a string is alphabetic and uppercase.
Syntax
<expC>.isUpper( )
expCThe string you want to test.
Property of
String
Description
Other than the syntactic difference of being a method instead of a function, this method behaves identically to the ISUPPER( ) function.