Skip to content

Instantly share code, notes, and snippets.

@itsjef
Last active October 13, 2017 04:42
Show Gist options
  • Save itsjef/8514457 to your computer and use it in GitHub Desktop.
Save itsjef/8514457 to your computer and use it in GitHub Desktop.
some RegEx patterns of mine ...

Số dtdd VN

  • Chi tiết: r'^(\+84|0)(8[689]|9\d|(1(2\d|6[2-9]|8[68]|99)))\d{7}$'
  • Thô thiển: r'^(\+84|0)\d{9,10}$'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment