Reputation: 421
<input type="text" pattern=" ">
How to make pattern to work with below formats?
sample:
Many thanks :)
Upvotes: 0
Views: 90
pattern="0[0-9]{2} [0-9]{3} [0-9]{3,4}"
Upvotes: 1