Skip to content

Instantly share code, notes, and snippets.

@basilalex
Created July 11, 2017 14:16
Show Gist options
  • Save basilalex/4ccc3fa4548118bc037cc8592f359f0b to your computer and use it in GitHub Desktop.
Save basilalex/4ccc3fa4548118bc037cc8592f359f0b to your computer and use it in GitHub Desktop.
Паттерн форматирования номера телефона для Украины.
<input
type="tel"
name="phone"
placeholder="Телефон"
pattern="[\+]\d{2}\s[\(]\d{3}[\)]\s\d{3}[\-]\d{2}[\-]\d{2}"
minlength="13"
maxlength="13"
/>
@VictoriaYotka
Copy link

дякую за патерн, скористалась!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment