Skip to content

Instantly share code, notes, and snippets.

@thomaspuppe
Created September 16, 2024 07:08
Show Gist options
  • Save thomaspuppe/43fa402d411a23912256444d0d1c8bd2 to your computer and use it in GitHub Desktop.
Save thomaspuppe/43fa402d411a23912256444d0d1c8bd2 to your computer and use it in GitHub Desktop.
<input id="lowercaseFoodWithB" type="text"
required
minlength="4"
maxlength="20"
pattern="b[a-z]" />
<input name="pin" type="password"
required
pattern="\d{4,4}" />
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment