manishsaraan / email-validator

email syntax validator npm module. fast and pretty robust
The Unlicense
436 stars 80 forks source link

[Feature] Export validation RegEx #66

Open Saatvik-droid opened 2 years ago

Saatvik-droid commented 2 years ago

Exporting the expression will help a lot as I am already installing the package and it makes sense to use the same expression in my database models rather than just copy-pasting the expression each time.