Skip to content

Instantly share code, notes, and snippets.

@Klerith
Created July 10, 2021 15:32
Show Gist options
  • Save Klerith/d2d819ae378ef5a1980fde3557b64d1d to your computer and use it in GitHub Desktop.
Save Klerith/d2d819ae378ef5a1980fde3557b64d1d to your computer and use it in GitHub Desktop.
String pattern = r'^(([^<>()[\]\\.,;:\s@\"]+(\.[^<>()[\]\\.,;:\s@\"]+)*)|(\".+\"))@((\[[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\])|(([a-zA-Z\-0-9]+\.)+[a-zA-Z]{2,}))$';
RegExp regExp = new RegExp(pattern);
@JoseCerda11
Copy link

Muchisimas gracias :)

@erickecp
Copy link

erickecp commented Jul 9, 2024

El mejor profe

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment