A simple regex builder scala interface, making describing complicated regular expressions slightly easier to understand Licensed under BSD License, see LICENSE.txt for details.
This is a port of Michael Brunton-Spall's python implementation http://github.com/bruntonspall/regex-builder to scala. All credit for the original idea goes to him.