Hedhyw Rex Versions Save

Flexible regular expressions constructor for Golang.

v0.6.0

1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/hedhyw/rex/compare/v0.4.1...v0.6.0

v0.5.0

1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/hedhyw/rex/compare/v0.4.1...v0.5.0

v0.4.1

1 year ago

minor documentation change

v0.4.0

1 year ago

Support edge markers:

symbol description Suggestion
\A at beginning of text Chars.BeginOfText()
\b at ASCII word boundary (\w on one side and \W, \A, or \z on the other) Chars.ASCIIWordBoundary()
\B not at ASCII word boundary Chars.NotASCIIWordBoundary()
\z at end of text Chars.EndOfText()

v0.3.1

1 year ago

Raw should not be verbose

v0.3.0

1 year ago

raw regular expression with comments

v0.2.0

1 year ago

Number range helper

v0.1.0

1 year ago

First release