Skip to content

Instantly share code, notes, and snippets.

View juanaguillon's full-sized avatar
🖥️
Living the dream

Juan Aguillón juanaguillon

🖥️
Living the dream
  • Bogotá, Colombia.
View GitHub Profile
@juanaguillon
juanaguillon / colombia-address-regex.js
Last active January 3, 2023 00:38
Regex dirección de bogotá y colombia
/**
* **Válidas:**
* - Calle 27 d sur # 27 c - 51
* - Diagonal 40 # 41 - 61
* - Carrera 23 # 35 - 48
* - CALLE 35 # 33 - 09
* - Carrera 53 # 70 - 86
* - Calle 13 # 21 - 91
* - Avenida Carrera 19 # 127 d - 55
* - Avenida 26 # 68D - 35
<?php
$municipios = array(
"antioaquia" => array(
'CO1' => 'Abejorral - Antioquia',
'CO3' => 'Abriaquí - Antioquia',
'CO23' => 'Alejandría - Antioquia',
'CO33' => 'Amagá - Antioquia',
'CO34' => 'Amalfi - Antioquia',
'CO39' => 'Andes - Antioquia',