Created
September 16, 2024 07:08
-
-
Save thomaspuppe/43fa402d411a23912256444d0d1c8bd2 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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