<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>Comments on snippet: 'Groovy Series: Regular Expressions 1/3'</title>
<link>http://snipplr.com</link>
<description>Snipplr comments feed'</description>
<language>en-us</language>
<pubDate>Mon, 22 Mar 2010 01:28:32 GMT</pubDate>
<item>
<title>adaptives said on 2/5/09</title>
<link>http://snipplr.com/view/2090/groovy-series-regular-expressions-13/</link>
<description><![CDATA[ Hmmm interesting.

I changed line 41 to have one more group in the regex, and the code failed at runtime. Then when I added another parameter to the closure, it worked. The number of parameters expected in the closure are num_groups + 1. We need one more for the 'all' (which I guess must be holding all the groups of that match).

Thanks for the tutorial. ]]></description>
<pubDate>Thu, 05 Feb 2009 09:25:10 GMT</pubDate>
<guid>http://snipplr.com/view/2090/groovy-series-regular-expressions-13/</guid>
</item>
</channel>
</rss>