grex 0.1.0
This is the very first release of grex. It aims at simplifying the construction of regular expressions based on matching example input.
Features
- literals
- detection of common prefixes and suffixes
- alternation using
|operator - optionality using
?quantifier - concatenation of all of the former