Desolate Planet
Desolate Planet

Reputation: 561

Java International Address Parsing

I was wondering if anyone knew of a good Java API for parsing addresses from various locales? This is an international app that needs to work in various places like Saudi Arabia and Germany.

Desolate

Upvotes: 2

Views: 2993

Answers (1)

AlexR
AlexR

Reputation: 115378

See the following: Parse usable Street Address, City, State, Zip from a string

Regular expression for parsing mailing addresses

It seems that library you are looking for is not implemented yet. Probably you will implement it? :) I believe links I posted here can help you. Good luck.

Sorry. Here is yet another link: Java postal address parser

It is very useful! Go on this first.

Upvotes: 1

Related Questions