Skip to content

Instantly share code, notes, and snippets.

@lisysolution
Last active November 10, 2016 14:03
Show Gist options
  • Save lisysolution/dad0066e10f8d4fa95fe4477ec6cd676 to your computer and use it in GitHub Desktop.
Save lisysolution/dad0066e10f8d4fa95fe4477ec6cd676 to your computer and use it in GitHub Desktop.
정규 표현식 모음

전화번호

0\d{1,2}[ -]?\d{3,4}[ -]?\d{3,4}
  • 02-123-4567
  • 070-9999-9999
  • 010 2454 3457
  • 01091719542
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment