islower()

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