isgraph()

 
Test if all characters are graphic (see isprint) characters (those with decimal value between 33 and 127).
Syntax
isgraph( string )
Returns 1 if true, 0 if false
  • string = the characters tested
User Annotations: isgraph