Last active
December 20, 2022 10:33
-
-
Save rmak78/1c78d33c1c7b8fe1a056758a5cc84045 to your computer and use it in GitHub Desktop.
HTLM5 Snippet Pattern for PAK Phone Number Format
This file contains hidden or 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 type="text" pattern="03[0-9]{2}-(?!1234567)(?!1111111)(?!7654321)[0-9]{7}" name="mobile_number" placeholder="Mobile Number" required> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment