Monthly Archives: December 2011

A Groovy way to mask data

I was working on some code where I needed to mask data, and the application was being written in Groovy. I came up with this (what I think is a) neat trick to do it, using regular expressions and lambda … Continue reading

Posted in Groovy | Tagged , , , | Leave a comment