Skip to content

Releases: hedhyw/rex

v0.6.0

26 Jan 04:09
b80fbe5
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.4.1...v0.6.0

v0.5.0

08 Dec 05:35
b80fbe5
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.4.1...v0.5.0

v0.4.1

04 Oct 16:16
8378c9e
Compare
Choose a tag to compare

minor documentation change

v0.4.0

26 Sep 14:02
428fe84
Compare
Choose a tag to compare

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

01 Jul 08:26
510f3a9
Compare
Choose a tag to compare

Raw should not be verbose

v0.3.0

23 Jun 03:01
cd2ab1d
Compare
Choose a tag to compare

raw regular expression with comments

v0.2.0

22 Jun 04:24
77da81f
Compare
Choose a tag to compare

Number range helper

v0.1.0

19 Jun 08:27
0d76bc6
Compare
Choose a tag to compare

First release