ispunct()

 
Test if all characters are whitespace (space, tab, vertical tab, newline, form feed) characters.
Syntax
ispunct( string )
Returns 1 if true, 0 if false
  • string = the characters tested
User Annotations: ispunct