Skip to content

grex 1.3.0

Compare
Choose a tag to compare
@github-actions github-actions released this 15 Sep 11:49
· 231 commits to main since this release

Features

  • anchors can now be disabled so that the generated expression can be used as part of a larger one (#30)
  • the command-line tool can now be used within Unix pipelines (#45)

Changes

  • Additional methods have been added to RegExpBuilder in order to replace the enum Feature and make the library API more consistent. (#47)

Bug Fixes

  • Under rare circumstances, the conversion of repetitions did not work. This has been fixed. (#36)