Skip to content

Instantly share code, notes, and snippets.

@Klerith
Created March 3, 2023 20:50
Show Gist options
  • Star 5 You must be signed in to star a gist
  • Fork 2 You must be signed in to fork a gist
  • Save Klerith/ccc36aef18d0e1453b52bbe8a38b2369 to your computer and use it in GitHub Desktop.
Save Klerith/ccc36aef18d0e1453b52bbe8a38b2369 to your computer and use it in GitHub Desktop.
Flutter / Dart - Email RegExp
final emailRegExp = RegExp(
r'^[\w-\.]+@([\w-]+\.)+[\w-]{2,4}$',
);
@Diego2038
Copy link

👌

@EdwinMarshalll
Copy link

<3

@fordiego44
Copy link

😁

@dmoreno85
Copy link

Ty !

@JuanesRojass
Copy link

Gracias pa

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