Search Results

0
votes

Best way to split an address line into two fields

What I did, but I doubt that it is the most performant solution is to reverse the address and then get the first part till you find a digit and take them all. i.e. the regex .*\d+ on …