Created
March 29, 2021 18:35
-
-
Save Eitol/59751e93bdc1c34e551e9781d993adb2 to your computer and use it in GitHub Desktop.
regex - numeros chilenos - con todos los codigos de area .js
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
export const REGEX_TELEFONO_CHILE = /^(\+?(56))?(([92]\d{8})|(((3[2345])|(4[1235])|(5[123578])|(6[134578])|(7[1235]))\d{7}))$/; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment