10 Powerful PHP Regular Expression For Developers
Regular expressions are more powerful tool for web developers that allows you to modifying text, identify, replace words or any type of characters. With the help of these expressions developers can search matching string of text, words and pattern characters. Have you note that, regular expressions are more slower than the basic string function, its takes a short time to execute than any others.
In computing, a regular expression, also referred to as regex or regexp, provides a concise and flexible means for matching strings of text, such as particular characters, words, or patterns of characters. For more Information( Wikipedia).

Regular expression for the PHP developers, on of the most popular tool for validating data is the regular expression. In this list we provides some validation – string match, password match validation, email address validation, date format and many more which helps developer to make their application more fast and easy to execute.
Visit this list and used these validation with line of code and make your project easy. Thanks a lot to readers for appreciate our previous articles. Also visit our last article as- Learn PHP online, MySQL tutorials and PHP editors for windows.
1) String Mtach
2) Password Match Validation
3) Email Address Validation
4) Date Format Validation
5) Validate URL
6) Validate URL using Preg_match
7) Email Validation Using ereg
8 ) IP Address Matching Valdation
9) UK Postcode Validation
10) SSN,ISBN and Zipcode Validation
11 Comments
Leave a comment
Popular Posts
- Tumblr: 105 Best Free Tumblr Themes 2011
- 10 Best Sites to Learn How to Code Quickly
- Top 30 Best iPad 2 Apps
- 20 Best Free HTML5 Website Templates Of Year 2011
- 90+ Best Free Tumblr Themes 2012 For Blogging Experience
- 15 Best Free Android Games You Love To Play
- 6 Best HTML5/CSS3 Presentation Frameworks
- Top 10 Best Media Player For Windows
- 50 Examples Of Cool Business Card Designs
















[...] 10 Powerful PHP Regular Expression For Developerszoomzum.com [...]
[...] more here: 10 Powerful PHP Regular Expression For Developers 26 July 2011 | Uncategorized | Trackback | del.icio.us | Stumble it! | View Count : 0 Next Post [...]
[...] more here: 10 Powerful PHP Regular Expression For Developers | ZoomZum Bookmark to: This entry was posted in Uncategorized and tagged modifying-text, php, [...]
The regular expression for the email address is incorrect; an email address can also contain other characters. A full spec can be found at Wikipedia: http://en.wikipedia.org/wiki/Email_address#Syntax
ereg[i], used in 4 of the top 10 regexes, is deprecated since i don’t know when.
Please be more careful when collecting, and/or convert them to perl regex (preg_* family of functions) prior posting. Thank you.
[...] e-post, datum eller validera en url, reguljära uttryck är kul och här är 10 sådana. [...]
Use the filter_var function to validate urls and e-mails.
For a post written a day ago, I find it incredibly sad that you are pointing people resources that use ereg instead of preg.
[...] the Zoomzum blog there's a new post with ten regular expressions PHP developers can use to accomplish some common tasks (like email validation and date formatting [...]
dude, ereg was deprecated arround 1965!
[...] applications. I hope this list will impressed to PHP developers. Few day ago, we have been provided PHP regular expressions for PHP developers. Thanks a lot to readers to appreciate this article and share their thought about [...]