PHP Day 12: Basics of Regular Expressions

This eight-minute video shows how you can use regular expressions to validate input from an HTML form. It’s only an introduction to regular expressions, so see the links for more in-depth explanations.

Links for PHP Day 12: Basics of Regular Expressions

More on regular expression syntax:

Regular expression functions:

Regular expression reference pages:

Oh, and here’s the scary regular expression from the beginning of the video, just in case you wanted to dissect it. (See you in ten years!)

Posted on February 21st, 2007 | Leave a comment | Trackback URL

2 Comments

  1. Nick

    July 12th, 2007

    Cool tutorial. I like the way you keep it simple.

  2. Ultra Lean Green

    July 31st, 2008

    The http://regexlib.com/ site is a great one. I still have a hard time with these.

Share Your Thoughts