isupper()

 
Test if all characters are uppercase letters.
Syntax
isupper( string )
Returns 1 if true, 0 if false
  • string = the characters tested
User Annotations: isupper