Skip to content

Instantly share code, notes, and snippets.

@totoprayogo1916
Last active July 28, 2023 07:06
Show Gist options
  • Save totoprayogo1916/9b8a874a0fb8150440d79c0723ca2a47 to your computer and use it in GitHub Desktop.
Save totoprayogo1916/9b8a874a0fb8150440d79c0723ca2a47 to your computer and use it in GitHub Desktop.
Pattern / regex for email input form
<input type="email" name="email" value="" autocomplete="off" class="form-material-input" id="email" pattern="((?!\.)[\w\-_+.]*[^.])(@\w+)(\.\w+(\.\w+)?[^.\W])" required>
@totoprayogo1916
Copy link
Author

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