<?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 07:43:56 -0500</pubDate>
    <ttl>30</ttl>
    <item>
      <title><![CDATA[PHPMaster.com: Practicing Regular Expressions with Search and Replace]]></title>
      <guid>http://www.phpdeveloper.org/news/17163</guid>
      <link>http://www.phpdeveloper.org/news/17163</link>
      <description><![CDATA[<p>
On PHPMaster.com today there's a new tutorial that <a href="http://phpmaster.com/practicing-regular-expressions/">shares a few regular expression tips</a> about doing some search and replace in your content.
</p>
<blockquote>
So how can you practice using regex if you are limited to just using them in your code? The answer is to use a utility, of which there are many, that uses regex for performing search and replace. I'm sure everyone is familiar with the standard "find x and replace it with y" type of search and replace. Most IDEs and text editors have built in regex engines to handle search and replace. In this article I'd like to walk through a series of exercises to help you practice using regex. 
</blockquote>
<p>
His examples are based on <a href="http://netbeans.org/">Netbeans</a> but can be used in just about any IDE that supports regex (or even just your code). He shows how to match word boundaries, do some grouping, work with back references and doing some search/replace based on multiple groupings.
</p>]]></description>
      <pubDate>Wed, 23 Nov 2011 14:27:59 -0600</pubDate>
    </item>
    <item>
      <title><![CDATA[Developer.com: 10 Experimental PHP Projects Pushing the Envelope]]></title>
      <guid>http://www.phpdeveloper.org/news/14880</guid>
      <link>http://www.phpdeveloper.org/news/14880</link>
      <description><![CDATA[<p>
On Developer.com today there's <a href="http://www.developer.com/open/article.php/3896056/article.htm">a new post</a> listing ten experimental projects that are "pushing the envelope" in the PHP languages:
</p>
<blockquote>
As the saying goes, "Just because you can do something doesn't mean you should." But in the world of programming, stretching boundaries is just part of the fun. The PHP community has never been one to shy away from bending their favorite language more ways than a shopping mall pretzel, and as the ten wild projects introduced in this article indicate, the fervor for experimentation is as strong as ever!
</blockquote>
<p>
Here's their list of the ten projects they see as trying to stretch the language to its limits:
</p>
<ul>
<li><a href="http://github.com/lunant/lisphp">LisPHP</a>
<li><a href="http://php-compiler.net/">Phalanger</a>
<li><a href="http://www.phplinq.net/">PHPLinq</a>
<li><a href="http://gtk.php.net/">PHP-GTK</a>
<li><a href="http://quercus.caucho.com/">Quercus</a>
<li><a href="http://www.developer.com/open/article.php/10930_3896056_2/phpjs.org">PHP.js</a>
<li><a href="http://github.com/anantgarg/Qwench">Qwench</a>
<li><a href="http://phergie.org/">Phergie</a>
</ul>]]></description>
      <pubDate>Fri, 30 Jul 2010 14:41:52 -0500</pubDate>
    </item>
  </channel>
</rss>
