Skip to content

Instantly share code, notes, and snippets.

@Orbis25
Created October 5, 2022 13:09
Show Gist options
  • Save Orbis25/8b65d00306c5eeefda087c8c71e8da4a to your computer and use it in GitHub Desktop.
Save Orbis25/8b65d00306c5eeefda087c8c71e8da4a to your computer and use it in GitHub Desktop.
List of regex used or common used
/*
* 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