hedhyw / rex

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

Support commonly used regex #10

Closed hedhyw closed 2 years ago

hedhyw commented 2 years ago
  1. https://github.com/go-playground/validator/blob/master/regexes.go
  2. https://digitalfortress.tech/tips/top-15-commonly-used-regex/
  3. https://github.com/mingrammer/commonregex
  4. http://emailregex.com/

In a new namespace Helper.

Use fuzz tests.

hedhyw commented 2 years ago

The rest can be done upon request