Skip to content

grex 0.3.0

Compare
Choose a tag to compare
@pemistahl pemistahl released this 24 Dec 16:02

Features

  • grex is now also available as a library
  • escaping of non-ascii characters is now supported with the -e flag
  • astral code points can be converted to surrogate with the --with-surrogates flag
  • repeated non-overlapping substrings can be converted to {min,max} quantifier notation using the -r flag

Bug Fixes

  • many many many bug fixes :-O