I am trying to find a way to best strip the numeric part of an address in a string. i.e extract the address number from the street name.
Example is
21 Echo Valley Road (strip of the 21)
2 - 506 Devonport Road (strip of 2- 506)
How can I do this?
Example is
21 Echo Valley Road (strip of the 21)
2 - 506 Devonport Road (strip of 2- 506)
How can I do this?