github pemistahl/grex v1.0.0
grex 1.0.0

latest releases: v1.4.5, v1.4.4, v1.4.3...
4 years ago

Finally, the first stable release 1.0.0 is there. :-)

Features

  • conversion to character classes \d, \D, \s, \S, \w, \W is now supported
  • repetition detection now works with arbitrarily nested expressions. Input strings such as aaabaaab which were previously converted to ^(aaab){2}$ are now converted to ^(a{3}b){2}$.
  • optional syntax highlighting for the produced regular expressions can now be enabled using the --colorize command-line flag or with the library method RegExpBuilder.with_syntax_highlighting()

Test Coverage

  • new unit tests, integration tests and property tests have been added

Don't miss a new grex release

NewReleases is sending notifications on new releases.