Learn about character type checking and filter_var. I bumped into these while reading Writing better Regular Expressions in PHP.
Tag Archives: filter_var
PHP filter_var
Reply
I learned about a new PHP function today, filter_var, which can be used to do input validation.