I'm facing a rather challenging situation where I think I
need help.
If I'm given an address string, I need to make sure they're
showing up in our applicaion in a proper cases, for example: If I
have an address such as 123 WHATEVER AVE. SOMECITY CA 91827 (no
comma) or
H123-303, WHATEVER AVE., SOMECITY, CA 91827, USA (with comma)
or
similar address but all with lower case, I need to make it
proper such as:
1. 123 Whatever Ave. Somecity CA 91827 OR
2. H123-303, Whatever Ave. Somecity, CA 91827, USA
Is there a way to do this?