| Servertec | isUpperCase( ) | |
|
|
Returns whether the specified character is in uppercase. SyntaxisUpperCase( character )character.isUpperCase( ) Parameterscharacter the character to check.Returnsboolean true if it is a uppercase letter, [ A .. Z ]false if it is not a uppercase letter Example
break end |
|
top of page
|