Created
February 1, 2021 08:27
-
-
Save thaycacac/f5b02c007c0bbe35e63412577dc2bd8f to your computer and use it in GitHub Desktop.
Regex
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Phone number | |
const re = /((09|03|07|08|05)+([0-9]{8})\b)/g |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment