Skip to content

Instantly share code, notes, and snippets.

@juandbc
Last active September 5, 2019 13:51
Show Gist options
  • Save juandbc/d1d9fccd12ba8880873de4be02896d17 to your computer and use it in GitHub Desktop.
Save juandbc/d1d9fccd12ba8880873de4be02896d17 to your computer and use it in GitHub Desktop.
Lista de expresiones regulares
NUMERO CON O SIN FORMATO DE MILES
(?:^(?:[0-9]{1,3})(?:(?:\.{0,1}(?:[0-9]{3}))\b)+)$|(^[0-9]+$)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment