Skip to content

Instantly share code, notes, and snippets.

@lirantal
Created February 9, 2018 15:27
Show Gist options
  • Select an option

  • Save lirantal/4b596b92b97dbdb2132b83e614eb0189 to your computer and use it in GitHub Desktop.

Select an option

Save lirantal/4b596b92b97dbdb2132b83e614eb0189 to your computer and use it in GitHub Desktop.
How a RegEx can bring your system down
var testEmail = /^([a-zA-Z0-9])(([\-.]|[_]+)?([a-zA-Z0-9]+))*(@){1}[a-z0-9]+[.]{1}(([a-z]{2,3})|([a-z]{2,3}[.]{1}[a-z]{2,3}))$/.exec('[email protected]');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment