<?xml version="1.0" encoding="UTF-8" ?>

<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
    <title>Posteet: regexp</title> 
    <link>http://www.posteet.com/</link> 
    <description>Recent posteets posted to Posteet</description>
    <ttl>60</ttl>

    
    <item>
        <title>(?:ABC)</title>
        <link>http://www.posteet.com/view/1747</link>
        <description>
        <![CDATA[<pre>Groups multiple tokens together without creating a capturing group. This allows you to apply quantifiers to the full group.</pre> <a href="http://www.posteet.com/tags/capturing group">[capturing group]</a>  <a href="http://www.posteet.com/tags/ignore">[ignore]</a>  <a href="http://www.posteet.com/tags/regexp">[regexp]</a> ]]>        </description>
        <dc:creator>iegorka</dc:creator>
        <pubDate>Fri, 10 Jul 2009 10:48:35 +0200</pubDate>

            <category>capturing group</category>
            <category>ignore</category>
            <category>regexp</category>
    
    </item>

  
    <item>
        <title>remove excess spaces</title>
        <link>http://www.posteet.com/view/1329</link>
        <description>
        <![CDATA[<pre>preg_replace('/\\s{2,}/',' ',$string);</pre> <a href="http://www.posteet.com/tags/php">[php]</a>  <a href="http://www.posteet.com/tags/regexp">[regexp]</a> ]]>        </description>
        <dc:creator>sx</dc:creator>
        <pubDate>Wed, 22 Oct 2008 09:22:36 +0200</pubDate>

            <category>php</category>
            <category>regexp</category>
    
    </item>

  
    <item>
        <title>Option sympa pour Grep // de la couleur dans ton grep</title>
        <link>http://www.posteet.com/view/758</link>
        <description>
        <![CDATA[<pre>grep --color EXPRESSION [FICHIER]</pre> <a href="http://www.posteet.com/tags/bash">[bash]</a>  <a href="http://www.posteet.com/tags/grep">[grep]</a>  <a href="http://www.posteet.com/tags/linux">[linux]</a>  <a href="http://www.posteet.com/tags/regexp">[regexp]</a>  <a href="http://www.posteet.com/tags/shell">[shell]</a> ]]>        </description>
        <dc:creator>henri</dc:creator>
        <pubDate>Fri, 15 Feb 2008 09:36:33 +0100</pubDate>

            <category>bash</category>
            <category>grep</category>
            <category>linux</category>
            <category>regexp</category>
            <category>shell</category>
    
    </item>

  
    <item>
        <title>Extraire le texte entre les balises &lt;body&gt;&lt;/body&gt; depuis une page html</title>
        <link>http://www.posteet.com/view/349</link>
        <description>
        <![CDATA[<pre>$foo = strip_tags($source, '&lt;body&gt;, &lt;a&gt;, &lt;br&gt;, &lt;strong&gt;, &lt;b&gt;, &lt;i&gt;, &lt;em&gt;, &lt;font&gt;');
ereg (&quot;&lt;body([^&gt;.]+)&gt;(.+)&lt;/body&gt;&quot;, $foo, $regs);
echo $regs[2];</pre> <a href="http://www.posteet.com/tags/php">[php]</a>  <a href="http://www.posteet.com/tags/regexp">[regexp]</a> ]]>        </description>
        <dc:creator>thanh</dc:creator>
        <pubDate>Fri, 09 Nov 2007 16:08:55 +0100</pubDate>

            <category>php</category>
            <category>regexp</category>
    
    </item>


</channel>
</rss>
