<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>Snipplr - jarnaldich</title>
<link>http://snipplr.com/users/jarnaldich/tags/regex</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Wed, 22 May 2013 12:07:30 GMT</pubDate>
<item>
<title>(Windows PowerShell) Delete files in a directory tree matching a regex</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>(Python) CamlCase conversion</title>
<link>http://snipplr.com/view/47532/camlcase-conversion/</link>
<description><![CDATA[ <p>Turn a string LikeThis into like_this</p> ]]></description>
<pubDate>Wed, 19 Jan 2011 23:47:29 GMT</pubDate>
<guid>http://snipplr.com/view/47532/camlcase-conversion/</guid>
</item>
<item>
<title>(Windows PowerShell) Search and Replace regexp in subdirectories</title>
<link>http://snipplr.com/view/44357/search-and-replace-regexp-in-subdirectories/</link>
<description><![CDATA[ <p>replace foo -> bar in all .txt files down the tree

Dunno why, the syntax highlighter adds \3's to the code. Try plain text.</p> ]]></description>
<pubDate>Thu, 18 Nov 2010 19:31:40 GMT</pubDate>
<guid>http://snipplr.com/view/44357/search-and-replace-regexp-in-subdirectories/</guid>
</item>
<item>
<title>(Bash) UNIX regexp search down a directory tree</title>
<link>http://snipplr.com/view/44246/unix-regexp-search-down-a-directory-tree/</link>
<description><![CDATA[ <p>Searches down the current directory every file whose name matches (case insensitively) {{file_pattern}} for the regexp {{text}}.</p> ]]></description>
<pubDate>Tue, 16 Nov 2010 18:28:37 GMT</pubDate>
<guid>http://snipplr.com/view/44246/unix-regexp-search-down-a-directory-tree/</guid>
</item>
</channel>
</rss>