isLower( )
Returns true if the first character of a string is alphabetic and lowercase.
Syntax
<oRef>.isLower( )
<expC>
The 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 ISLOWER( ) function.