Skip to content

Instantly share code, notes, and snippets.

@rg3915
Last active April 27, 2018 19:11
Show Gist options
  • Save rg3915/79e68f6f7dc3a77b08b1bebedd07f80d to your computer and use it in GitHub Desktop.
Save rg3915/79e68f6f7dc3a77b08b1bebedd07f80d to your computer and use it in GitHub Desktop.
email validation with pattern
<input id="email" name="email" type="email" class="form-control" pattern="\w+@[a-zA-Z_]+?\.[a-zA-Z]{2,3}" title="Formato de e-mail inválido. Ex: [email protected]" placeholder="ex: [email protected]">
and link
<!-- https://stackoverflow.com/a/46181 -->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment