PHP Tutorial : Ctype character type checking

Happy 1st June for those under 18
Yesterday I’ve found a nice function in php called ctype. And? What it does? Well, I see it as a replacement for regular expressions. PHP Ctype function checks for character type. Let’s hear the chars type we can check with that nice function  :

alphanumeric characters – ctype_alnum()
alphabetic characters     …………….

Read PHP Tutorial : Ctype character type checking »