Showing posts with label validate email address. Show all posts
Showing posts with label validate email address. Show all posts

Wednesday, July 18, 2012

Complex regular expressions (regex) in php

Regular expressions are a very good way to check if a text meets several standards or to search for patterns.

There are several regex that are most used by programmers.

I found out that many programmers don't really understand how regex works. Sometimes, the best way to learn regex is by example.