I must admit that as a PHP programmer for several years now, I can get away with most PHP functions and libraries, but I’m rather weak with regular expressions. I’d rather code it in some other way not utilizing ereg()
or preg_match()
. But don’t fret, I tried brushing up on them and these links might be just as useful to you:
- Using Perl Compatible Regular Expressions with PHP
- WTC Regular Expressions Tutorial
- 8 Practical PHP Regular Expressions
- Introduction To Regular Expressions In PHP
- Using Regular Expressions with PHP
If you’ve got more to share, leave a comment to us know.