parse « Zip « Java I/O Q&A





1. Parsing ZIP (Postal) code from US address with Java    stackoverflow.com

The question is how do you detect 5 digits following each other in string. Ergo finding US postal code.

Side note: I'd like to use the code with GWT so there are ...