rex

Flexible regular expressions constructor for Golang.

MIT License

Stars
191
rex - v0.6.0 Latest Release

Published by hedhyw over 1 year ago

What's Changed

New Contributors

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

rex - v0.5.0

Published by hedhyw almost 2 years ago

What's Changed

New Contributors

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

rex - v0.4.1

Published by hedhyw about 2 years ago

minor documentation change

rex - v0.4.0

Published by hedhyw about 2 years 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()
rex - v0.3.1

Published by hedhyw over 2 years ago

Raw should not be verbose

rex - v0.3.0

Published by hedhyw over 2 years ago

raw regular expression with comments

rex - v0.2.0

Published by hedhyw over 2 years ago

Number range helper

rex - v0.1.0

Published by hedhyw over 2 years ago

First release

Package Rankings
Top 5.41% on Proxy.golang.org
Badges
Extracted from project README
Go Report Card Coverage Status PkgGoDev