partitionFormattedAddress()
function partitionFormattedAddress(formattedAddress, delimiter): string[]
Partitions a formatted address into segments for parsing.
Parameters
| Parameter | Type |
|---|---|
formattedAddress | string |
delimiter | RegExp |
Returns
string[]
See
parseFormattedAddress for parsing the segments.