Skip to content

grex 0.1.0

Choose a tag to compare

@pemistahl pemistahl released this 06 Oct 19:07

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