Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 373 Bytes

README.md

File metadata and controls

9 lines (6 loc) · 373 Bytes

Regex Builder

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.