<?xml version="1.0"?>
<rss version="2.0">
  <channel>
    <title>PHPDeveloper.org</title>
    <link>http://www.phpdeveloper.org</link>
    <description>Up-to-the Minute PHP News, views and community</description>
    <language>en-us</language>
    <pubDate>Thu, 23 May 2013 15:52:25 -0500</pubDate>
    <ttl>30</ttl>
    <item>
      <title><![CDATA[Zoomzum Blog: 10 Powerful PHP Regular Expression For Developers]]></title>
      <guid>http://www.phpdeveloper.org/news/16639</guid>
      <link>http://www.phpdeveloper.org/news/16639</link>
      <description><![CDATA[<p>
On the Zoomzum blog there's a new post with <a href="http://zoomzum.com/10-powerful-php-regular-expression-for-developers/">ten regular expressions</a> PHP developers can use to accomplish some common tasks (like email validation and date formatting checks).
</p>
<blockquote>
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.
</blockquote>
<p>Included in their list are things like:</p>
<ul>
<li>Password Match Validation
<li>Validate URL
<li>Validate  URL using Preg_match
<li>UK Postcode Validation
<li>SSN,ISBN and Zipcode Validation
</ul>
<p>
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.
</p>]]></description>
      <pubDate>Wed, 27 Jul 2011 09:02:10 -0500</pubDate>
    </item>
  </channel>
</rss>
