get a number that follows the street name Currently, the first number is taken - parseInt(req.body.Address.Text.match(/\d+/)[0])
get a number that follows the street name
Currently, the first number is taken - parseInt(req.body.Address.Text.match(/\d+/)[0])