News Feed
Jobs Feed
Sections




News Archive
Zoomzum Blog:
10 Powerful PHP Regular Expression For Developers
July 27, 2011 @ 09:02:10

On 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 checks).

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. [...] Have you note that, regular expressions are more slower than the basic string function, its takes a short time to execute than any others.

Included in their list are things like:

  • Password Match Validation
  • Validate URL
  • Validate URL using Preg_match
  • UK Postcode Validation
  • SSN,ISBN and Zipcode Validation

A few of these could be done with either one or two string calls or some of the filtering functions that are included in PHP.

5 comments voice your opinion now!
regular expression hint list validate regexp


blog comments powered by Disqus

Similar Posts

Stuart Herbert's Blog: ContractLib - An Introduction & Comparing it to PHP's Assert

PageChain.net: 15 Great Places To Go To Learn PHP Right Now

PHPKitchen: PHP Coding Standards - Laying Down the Law

Felix Geisendorfer's Blog: Validating the cleaned output of HtmlHelper::dateTimeOptionTag()

Zend Developer Zone: See and be seen, hear and be heard. Conference season is upon us...


Community Events











Don't see your event here?
Let us know!


podcast release interview object conference testing code opinion composer database tool zendframework2 example framework introduction community language functional series development

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework