hedhyw / rex

Flexible regular expressions constructor for Golang.
MIT License
194 stars 5 forks source link

Add Group.NonCaptured #38

Closed hedhyw closed 2 years ago

hedhyw commented 2 years ago

It will be an alias to rex.Group.Define(...dialect.Token).NonCaptured()

Group.NonCaptured(...dialect.Token)