Top index Wirbel home

::ispunct

char.ispunct() - test, if character is not space and not alphanumeric

char.ispunct() returns true, if the character is printable but neither white space nor alphanumeric.

See also

isalnum, isprint, isspace