NAME

Geo::Address::Parser::Rules::FR - Parsing rules for French addresses

DESCRIPTION

Extracts name, street, city, and postcode from a flat French address string. French format typically follows: [Name], [Street], [Postcode] [City]

EXPORTS

parse_address($text)

Returns a hashref with keys:

  • name

  • street

  • city

  • region

    This contains the state.

  • postcode

    This contains the zip code.