ReggerIt


What is ReggerIt?

ReggerIt is a Domain Specific Language to be used to construct Regular Expression patterns.

Why use ReggerIt?

Reguler Expressions are a powerful tool. But it isn's very popular amnog developers because one can easily get lost when creating complex patterns.

ReggerIt addresses this problem by providing composibility. A complex pattern can be constructed from the ground up, using values and functions. This approach makes it easier to fix issues in the pattern, without getting lost in a parenthesis-counting-fest.


Tutorials

Learn by example. Compose a complex pattern to extract table names from a SQL Query.

How-To Guides

Learn to compose a pattern which validates a hexadecimal number in various formats.

Background

Why this library was made in the first place..

Api Reference

Contain technical reference for APIs.