ctype_[] functions (alpha, digit, alnum, space, punct ...)
It should be noted that ctype functions are always preferred over regular expressions, and even to some
equivalent str_* and is_* functions. This is because of the fact that ctype uses a native C library and
thus processes significantly faster.
preg_match () -- perform a regular expression match