isprint()

 
Test if all characters are printable (same as graphic characters, with the addition of the space character).
Syntax
isprint( string )
Returns 1 if true, 0 if false
  • string = the characters tested
User Annotations: isprint