Skip to content

Instantly share code, notes, and snippets.

@Eitol
Created March 29, 2021 18:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Eitol/59751e93bdc1c34e551e9781d993adb2 to your computer and use it in GitHub Desktop.
Save Eitol/59751e93bdc1c34e551e9781d993adb2 to your computer and use it in GitHub Desktop.
regex - numeros chilenos - con todos los codigos de area .js
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