POSIX Regular Expressions in PHP
October 20th, 2008Regular expression is the basic functionality of pattern comparison. PHP offers two sets of functions for regular expressions - POSIX style and Perl style. Both types have their unique syntax and this post should give basic overview of the POSIX one.
Read the rest of this entry »