Created
July 5, 2018 11:46
-
-
Save Heavyblade/f7bbbf3831e088e50106ca780d506ad2 to your computer and use it in GitHub Desktop.
extraer_direccion
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
| dirBase = "CALLE CASANOVA 67 SEPTIMO 3º 08011 BARCELONA (Barcelona)" | |
| codigo = dir.match(/\d{5,6}/)[0] | |
| direccion = (dirBase.split(codigo)[1] || "").trim() | |
| localidad = (dirBase.split(codigo)[1] || "").trim() |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment