Regular Expressions
Sunday, May 4th, 2008Here some examples of the regular expressions and the techniques of PHP that i’ve employed during these last years by using compatible regular expressions of Perl.
To validate Usernames
Something often neglected, but simple to make with a regular expression would be validation of username. For example, we can want that our usernames is between 4 and 28 [...]