Created
October 5, 2022 13:09
-
-
Save Orbis25/8b65d00306c5eeefda087c8c71e8da4a to your computer and use it in GitHub Desktop.
List of regex used or common used
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
* Regex for validate email | |
*/ | |
const emailValidator = /^\w+@[a-zA-Z_]+?\.[a-zA-Z]{2,3}$/; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment