information deleted
Results
2
comments of
information deleted
` ... function getStreetAndHouseNumberWithRegex(addressString) { let houseNumber = 'N/A'; let streetName = addressString; try { // Match addresses where the street name comes first, e.g. John-Paul's Ave. 1 B let...
the same thing we have on Magenta 2.4.2