JSJuanita SuttonSep 3, 2016
What all Regex expressions do you have saved in your bag?
It would be awesome if you could share some cool Regexes that you use more often than not. The one that I keep constantly bumping into, is the one for validating emails. function validateEmail(email) { var re = /^(([^<>()[\]\\.,;:\s@\"]+(\.[^<>(...
Join discussion