Skip to content

Instantly share code, notes, and snippets.

@Heavyblade
Created July 5, 2018 11:46
Show Gist options
  • Select an option

  • Save Heavyblade/f7bbbf3831e088e50106ca780d506ad2 to your computer and use it in GitHub Desktop.

Select an option

Save Heavyblade/f7bbbf3831e088e50106ca780d506ad2 to your computer and use it in GitHub Desktop.
extraer_direccion
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