NAME
Geo::Address::Parser::Rules::US - Parsing rules for US addresses
DESCRIPTION
Extracts name, street, city, region, and ZIP code from a flat US address string.
EXPORTS
parse_address($text)
Returns a hashref with keys:
name
street
city
region
This contains the state.
postcode
This contains the zip code.