Archive: September, 2008

Groovy: Regular Expressions At Work

After a previous post, covering the basics, we’ll go on with another geek-level look at regular expressions in Groovy. This time we will examine groups. Groups is about parsing, how to pick up parts of what a regular expression matches. We will also uncover a few more gotchas. Continue »

Groovy: Regular Expressions Basics

The Groovy programming language simplifies many common tasks, including regular expressions. This post shows common uses made easy by Groovy. However, regular expressions in Groovy are not free from irregularities. This geek level post will explain one of them. Continue »