<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>Snipplr</title>
<link>http://snipplr.com/tags/regexp</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Wed, 22 May 2013 12:02:11 GMT</pubDate>
<item>
<title>(Groovy) Save all images from RSS feed - alces</title>
<link>http://snipplr.com/view/70244/save-all-images-from-rss-feed/</link>
<description><![CDATA[ <p>Gets "src" attributes from all "img" tags in RSS entries descriptions</p> ]]></description>
<pubDate>Mon, 04 Mar 2013 23:41:21 GMT</pubDate>
<guid>http://snipplr.com/view/70244/save-all-images-from-rss-feed/</guid>
</item>
<item>
<title>(Groovy) Groovy way to replace regexp matches - alces</title>
<link>http://snipplr.com/view/70115/groovy-way-to-replace-regexp-matches/</link>
<description><![CDATA[ <p>Example of working with regexp sub-matches via Groovy way</p> ]]></description>
<pubDate>Wed, 27 Feb 2013 18:46:27 GMT</pubDate>
<guid>http://snipplr.com/view/70115/groovy-way-to-replace-regexp-matches/</guid>
</item>
<item>
<title>(Groovy) CBC World News RSS parser - alces</title>
<link>http://snipplr.com/view/70114/cbc-world-news-rss-parser/</link>
<description><![CDATA[ <p>Reads CBC news RSS with fancy-prints its in table, splitting news description by image &amp; text.</p> ]]></description>
<pubDate>Wed, 27 Feb 2013 17:42:24 GMT</pubDate>
<guid>http://snipplr.com/view/70114/cbc-world-news-rss-parser/</guid>
</item>
<item>
<title>(Regular Expression) Regular Expression for Matching URLs with or without http(s) - brandonjp</title>
<link>http://snipplr.com/view/68530/regular-expression-for-matching-urls-with-or-without-https/</link>
<description><![CDATA[ <p>thanks to... 
http://gskinner.com/RegExr/
http://daringfireball.net/2010/07/improved_regex_for_matching_urls</p> ]]></description>
<pubDate>Tue, 13 Nov 2012 07:34:18 GMT</pubDate>
<guid>http://snipplr.com/view/68530/regular-expression-for-matching-urls-with-or-without-https/</guid>
</item>
<item>
<title>(PHP) Loop through $_REQUEST matching a parameter starting xxxxxx..... - flatearthcomms</title>
<link>http://snipplr.com/view/60834/loop-through-request-matching-a-parameter-starting-xxxxxx/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Tue, 15 Nov 2011 07:48:29 GMT</pubDate>
<guid>http://snipplr.com/view/60834/loop-through-request-matching-a-parameter-starting-xxxxxx/</guid>
</item>
<item>
<title>(JavaScript) Sluggify - Abderrahmane_TJ</title>
<link>http://snipplr.com/view/59268/sluggify/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Fri, 30 Sep 2011 03:43:39 GMT</pubDate>
<guid>http://snipplr.com/view/59268/sluggify/</guid>
</item>
<item>
<title>(Regular Expression) RegExp for search-replaceing css-urls from url(asdf.bc) to url('images/asdf.bc') - abstraktor</title>
<link>http://snipplr.com/view/58984/regexp-for-searchreplaceing-cssurls-from-urlasdfbc-to-urlimagesasdfbc/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Thu, 22 Sep 2011 20:15:14 GMT</pubDate>
<guid>http://snipplr.com/view/58984/regexp-for-searchreplaceing-cssurls-from-urlasdfbc-to-urlimagesasdfbc/</guid>
</item>
<item>
<title>(JavaScript) Remove blank lines - devnull69</title>
<link>http://snipplr.com/view/57833/remove-blank-lines/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Mon, 15 Aug 2011 20:09:37 GMT</pubDate>
<guid>http://snipplr.com/view/57833/remove-blank-lines/</guid>
</item>
<item>
<title>(Python) Python - AsTeR</title>
<link>http://snipplr.com/view/57236/python/</link>
<description><![CDATA[ <p>Sorting strings in an array like : "toto-2.csv", "toto-4.csv", "toto-12.csv" and "toto-101.csv".</p> ]]></description>
<pubDate>Thu, 28 Jul 2011 06:15:42 GMT</pubDate>
<guid>http://snipplr.com/view/57236/python/</guid>
</item>
<item>
<title>(MySQL) Find string in MYSQL - apro2000</title>
<link>http://snipplr.com/view/56943/find-string-in-mysql/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Thu, 21 Jul 2011 02:54:07 GMT</pubDate>
<guid>http://snipplr.com/view/56943/find-string-in-mysql/</guid>
</item>
<item>
<title>(ActionScript 3) AS3 Remove namespace from XML - adrianparr</title>
<link>http://snipplr.com/view/56876/as3-remove-namespace-from-xml/</link>
<description><![CDATA[ <p>If you don't deal with namespaces in XML correctly they can break your parsing in AS3. One way of getting around this is to remove the namespace from the XML a using regular expression.</p> ]]></description>
<pubDate>Wed, 20 Jul 2011 00:29:08 GMT</pubDate>
<guid>http://snipplr.com/view/56876/as3-remove-namespace-from-xml/</guid>
</item>
<item>
<title>(Windows PowerShell) Delete files in a directory tree matching a regex - jarnaldich</title>
<link>http://snipplr.com/view/56129/delete-files-in-a-directory-tree-matching-a-regex/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Tue, 05 Jul 2011 16:42:18 GMT</pubDate>
<guid>http://snipplr.com/view/56129/delete-files-in-a-directory-tree-matching-a-regex/</guid>
</item>
<item>
<title>(PHP) Underscore strings - julioantuneztarin</title>
<link>http://snipplr.com/view/55382/underscore-strings/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Fri, 17 Jun 2011 11:21:55 GMT</pubDate>
<guid>http://snipplr.com/view/55382/underscore-strings/</guid>
</item>
<item>
<title>(JavaScript) Javascript RegEx Repetition Limiting - simondiercks</title>
<link>http://snipplr.com/view/55086/javascript-regex-repetition-limiting/</link>
<description><![CDATA[ <p>{min,max}</p> ]]></description>
<pubDate>Thu, 09 Jun 2011 19:18:02 GMT</pubDate>
<guid>http://snipplr.com/view/55086/javascript-regex-repetition-limiting/</guid>
</item>
<item>
<title>(JavaScript) Convert links to hyperlinks in JS - level09</title>
<link>http://snipplr.com/view/54551/convert-links-to-hyperlinks-in-js/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Sat, 28 May 2011 16:38:14 GMT</pubDate>
<guid>http://snipplr.com/view/54551/convert-links-to-hyperlinks-in-js/</guid>
</item>
<item>
<title>(PHP) Remove content in brackets - burnleywallet</title>
<link>http://snipplr.com/view/53493/remove-content-in-brackets/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Fri, 13 May 2011 08:54:26 GMT</pubDate>
<guid>http://snipplr.com/view/53493/remove-content-in-brackets/</guid>
</item>
<item>
<title>(Ruby) Ruby Regexp example for filter files - almazom</title>
<link>http://snipplr.com/view/53141/ruby-regexp-example-for-filter-files/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Fri, 06 May 2011 16:50:57 GMT</pubDate>
<guid>http://snipplr.com/view/53141/ruby-regexp-example-for-filter-files/</guid>
</item>
<item>
<title>(ActionScript 3) Extract domain name with RegExp - hejaaa</title>
<link>http://snipplr.com/view/51619/extract-domain-name-with-regexp/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Wed, 06 Apr 2011 01:54:53 GMT</pubDate>
<guid>http://snipplr.com/view/51619/extract-domain-name-with-regexp/</guid>
</item>
<item>
<title>(Other) ISO Date - Mazzaroth</title>
<link>http://snipplr.com/view/49229/iso-date/</link>
<description><![CDATA[ <p>doesn't account for the duration or time interval part of the ISO 8601 spec:

matches:
2009
2009-12T12:34
2009123
2009-05
2009-123
2009-222
2009-001
2009-W01-1
2009-W51-1
2009-W511
2009W511
2009-05-19 14
2009-W21-2
2009-139
2007-04-05T24:00
2010-02-18T16:23:48.5
2010-02-18T16:23:48,444
2010-02-18T16:23:48,3-06:00
2010-02-18T16:23.4
2010-02-18T16:23,25
2010-02-18T16:23.33+0600
2010-02-18T16.23334444
2010-02-18T16,2283
2009-05-19 143922.500
2009-05-19 1439,55

does not match:
2009-05-19T14a39r
2009-05-19T14:3924
2009-0519
2009-05-1914:39
2009-05-19r14:39
2009-05-19 14a39a22
200912-01
2009-05-19 146922.500
2010-02-18T16.5:23.35:48
2010-02-18T16:23.35:48
2010-02-18T16:23.35:48.45
2009-05-19 14.5.44
2010-02-18T16:23.33.600
2010-02-18T16,25:23:48,444</p> ]]></description>
<pubDate>Sat, 19 Feb 2011 03:30:54 GMT</pubDate>
<guid>http://snipplr.com/view/49229/iso-date/</guid>
</item>
<item>
<title>(Other) Email Address (RFC 2822) - Mazzaroth</title>
<link>http://snipplr.com/view/49228/email-address-rfc-2822/</link>
<description><![CDATA[ <p>matches:
mazzaroth@me.com</p> ]]></description>
<pubDate>Sat, 19 Feb 2011 03:30:53 GMT</pubDate>
<guid>http://snipplr.com/view/49228/email-address-rfc-2822/</guid>
</item>
</channel>
</rss>