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

PHPEverywhere: PHP 5.1 - The Bazaar Is Sometimes Bizarre

Rob Allen's Blog: Zend_Filter_Input / Zend_Validate Messages

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

Community News: The "Go PHP5" Effort Officially Launched

Symfony Blog: Getting help on symfony1 or Symfony2


Community Events











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


community functional database usergroup introduction release series interview rest podcast zendframework2 unittest development framework testing phpunit symfony2 opinion language conference

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