PHP filter_var Articles
I started using PHP filter_var just recently, the problem is that the documentation at php.net is still lacking more explantion and examples. There is where I started looking for references that I can rely on when needed.
Input Validation: Using filter_var() Over Regular Expressions

