<?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>Sat, 25 May 2013 19:30:22 -0500</pubDate>
    <ttl>30</ttl>
    <item>
      <title><![CDATA[PHPFreaks.com: Regular Expressions (Part1) - Basic Syntax]]></title>
      <guid>http://www.phpdeveloper.org/news/11193</guid>
      <link>http://www.phpdeveloper.org/news/11193</link>
      <description><![CDATA[<p>
PHPFreaks.com has posted <a href="http://www.phpfreaks.com/tutorial/regular-expressions-part1---basic-syntax">part one</a> of a series of tutorials covering some of the basics of one of the more powerful features in any language - regular expression support.
</p>
<blockquote>
Regular expressions (which will now be referred to as "regexes") are basically pattern matching inside of text. They use special syntax and concepts in order to obtain information from a string. Many programming languages have some sort of support for regexes, because of the sheer usefulness of them. Not only can patterns be used to validate that a certain pattern exists in a string, but they can also be used to physically extract matched portions and make them usable in your PHP code.
</blockquote>
<p>
They look at some of the basics - example structure, metacharacters, greediness as well as include a brief comparison of PCRE versus POSIX versions. The tutorial is peppered with plenty of example expressions too, giving you a good idea of what you're working towards knowing.
</p>]]></description>
      <pubDate>Mon, 13 Oct 2008 09:35:48 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[PHPEveryDay.com: Five New Tutorials]]></title>
      <guid>http://www.phpdeveloper.org/news/10947</guid>
      <link>http://www.phpdeveloper.org/news/10947</link>
      <description><![CDATA[<p>
PHPEveryDay.com has posted several new tutorials on a wide range of topics recently - here's some of them:
</p>
<ul>
<li><a href="http://www.phpeveryday.com/articles/CakePHP-Installation-Quick-Start-P624.html">CakePHP Installation: Quick Start</a> - a tutorial about how to install CakePHP framework 
<li><a href="http://www.phpeveryday.com/articles/CakePHP-Installation-Introduction-P623.html">CakePHP Installation: Introduction</a> - a tutorial with a CakePHP Introduction 
<li><a href="http://www.phpeveryday.com/articles/PHP-Supported-Metacharacters-You-Must-Know-Them--P622.html">PHP Supported Metacharacters (You Must Know Them)</a> - a reference about metacharacters and metasequences 
<li><a href="http://www.phpeveryday.com/articles/HTML-Filters/Purifiers,-The-Need,-and-Introducing-htmLawed-P621.html">HTML Filters/Purifiers, The Need, and Introducing htmLawed</a> - using htmLawed and purifying your HTML 
<li><a href="http://www.phpeveryday.com/articles/Speed-Up-Web-Page-Loading-P620.html">Speed Up Web Page Loading</a>
</ul>
<p>
Check out the <a href="http://www.phpeveryday.com">rest of the site</a> for more great tutorials and articles.
</p>]]></description>
      <pubDate>Tue, 02 Sep 2008 13:46:40 -0500</pubDate>
    </item>
  </channel>
</rss>
