<?xml version="1.0"?>
<?xml-stylesheet href="/App_Themes/Rss/Rss.xsl" type="text/xsl"?>
<rss version="2.0" xmlns:snippetcenter="http://www.snippetcenter.org/">
<channel>
	<title>snippetcenter.org Snippet Feed - Regular Expressions</title>
	<link>http://www.snippetcenter.org/</link>
	<description>The newest Snippets in  Regular Expressions</description>
	<language>en-us</language>
	<copyright>snippetcenter.org</copyright>
	<generator>Advice: This is a RSS Document for reading in your RSS-Reader. Click here for mor informations.</generator>

	<image>
		<url>http://www.snippetcenter.org/Library/Media/Public/button_88x31.png</url>
		<title>snippetcenter.org</title>
		<link>http://www.snippetcenter.org/</link>
		<width>88</width>
		<height>31</height>
	</image>
	
	<item>
     <title><![CDATA[Poor Window's man grep in Perl]]></title>
     <guid><![CDATA[http://www.snippetcenter.org/en/poor-windows-man-grep-in-perl-s1948.aspx]]></guid>
     <pubDate>Thu, 06 Sep 2007 20:54:00 GMT</pubDate>
     <description><![CDATA[This snippet is actually a tool I'm using when crawling through the Microsoft (and other) include files. You need ActivePerl 5.8.x installed on your machine in order to run it.

It needs two parameters, search path from where it will start recursive hunt and second parameter string in form of Perl regular expression, i.e. what are you looking for. You'll see one example in the very top of it what I'm sometimes doing :)

Oh, yes, the third parameter, if you specify, will filter out uninteresting files.
For example, in order to search C:\Program Files for line beginning with #define, but only in c and cpp files (and ATL macros) you'll key in the following:

rf "C:\Program Files" "(?:^\s*\#define)" "(?:\.c|\.cpp\.h|\.hpp|\.inc|\.cxx|\.hxx)$"

BTW, you can always download CygWin or UnxUtils, but we need more control, right? :)))
]]></description>
     <link><![CDATA[http://www.snippetcenter.org/en/poor-windows-man-grep-in-perl-s1948.aspx]]></link>
</item>

<item>
     <title><![CDATA[Bestimmte HTML-Tags filtern]]></title>
     <guid><![CDATA[http://www.snippetcenter.org/en/bestimmte-html-tags-filtern-s1923.aspx]]></guid>
     <pubDate>Wed, 20 Sep 2006 10:14:00 GMT</pubDate>
     <description><![CDATA[Der Beispielcode filtert z. B. folgende Tags:
&lt;b&gt;
&lt;p&gt;
&lt;br&gt;
&lt;h1&gt;]]></description>
     <link><![CDATA[http://www.snippetcenter.org/en/bestimmte-html-tags-filtern-s1923.aspx]]></link>
</item>

<item>
     <title><![CDATA[Alle HTML-Tags aus Text entfernen]]></title>
     <guid><![CDATA[http://www.snippetcenter.org/en/alle-html-tags-aus-text-entfernen-s1922.aspx]]></guid>
     <pubDate>Wed, 20 Sep 2006 10:12:00 GMT</pubDate>
     <description><![CDATA[Alle HTML-Tags aus Text entfernen; nur die wirklichen Inhalte bleiben erhalten.]]></description>
     <link><![CDATA[http://www.snippetcenter.org/en/alle-html-tags-aus-text-entfernen-s1922.aspx]]></link>
</item>

<item>
     <title><![CDATA[HTML-Kommentare filtern]]></title>
     <guid><![CDATA[http://www.snippetcenter.org/en/html-kommentare-filtern-s1921.aspx]]></guid>
     <pubDate>Wed, 20 Sep 2006 10:11:00 GMT</pubDate>
     <description><![CDATA[HTML-Kommentare  finden]]></description>
     <link><![CDATA[http://www.snippetcenter.org/en/html-kommentare-filtern-s1921.aspx]]></link>
</item>

<item>
     <title><![CDATA[Doppelte Leerzeichen finden]]></title>
     <guid><![CDATA[http://www.snippetcenter.org/en/doppelte-leerzeichen-finden-s1920.aspx]]></guid>
     <pubDate>Wed, 20 Sep 2006 10:09:00 GMT</pubDate>
     <description><![CDATA[Doppelte Leerzeichen finden]]></description>
     <link><![CDATA[http://www.snippetcenter.org/en/doppelte-leerzeichen-finden-s1920.aspx]]></link>
</item>

<item>
     <title><![CDATA[Attribute style, class und valign finden]]></title>
     <guid><![CDATA[http://www.snippetcenter.org/en/attribute-style-class-und-valign-finden-s1919.aspx]]></guid>
     <pubDate>Wed, 20 Sep 2006 10:07:00 GMT</pubDate>
     <description><![CDATA[Bestimmte HTML-Attribute heraus filtern.]]></description>
     <link><![CDATA[http://www.snippetcenter.org/en/attribute-style-class-und-valign-finden-s1919.aspx]]></link>
</item>

<item>
     <title><![CDATA[E-Mail-Adressen aus Fließtext filtern]]></title>
     <guid><![CDATA[http://www.snippetcenter.org/en/e-mail-adressen-aus-fliesstext-filtern-s17.aspx]]></guid>
     <pubDate>Fri, 21 Apr 2006 11:07:00 GMT</pubDate>
     <description><![CDATA[Erkennt E-Mail-Adressen im Fließtext]]></description>
     <link><![CDATA[http://www.snippetcenter.org/en/e-mail-adressen-aus-fliesstext-filtern-s17.aspx]]></link>
</item>

<item>
     <title><![CDATA[URLs aus Fließtext filtern]]></title>
     <guid><![CDATA[http://www.snippetcenter.org/en/urls-aus-fliesstext-filtern-s16.aspx]]></guid>
     <pubDate>Fri, 21 Apr 2006 11:06:00 GMT</pubDate>
     <description><![CDATA[Erkennt URLS im Text.]]></description>
     <link><![CDATA[http://www.snippetcenter.org/en/urls-aus-fliesstext-filtern-s16.aspx]]></link>
</item>



</channel>
</rss>
