Skip to content

Instantly share code, notes, and snippets.

@rmak78
Last active December 20, 2022 10:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rmak78/1c78d33c1c7b8fe1a056758a5cc84045 to your computer and use it in GitHub Desktop.
Save rmak78/1c78d33c1c7b8fe1a056758a5cc84045 to your computer and use it in GitHub Desktop.
HTLM5 Snippet Pattern for PAK Phone Number Format
<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