You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have seen those before, yes, and my thoughts are that a regex per module is overkill 😉 If a request comes through for one of the validation regexes in that collection that isn't present here then I'll take a look at integrating it, provided the license is reasonable.
For more complicated validators (URL, Email, etc), this library has moved away from single regular expressions to avoid ReDoS vulnerabilities. #152 has some more info.
https://github.com/regexps
Using some of these could be a good idea.
The text was updated successfully, but these errors were encountered: