Search Results

4
votes

Format string to title case

Here's a Perl solution http://daringfireball.net/2008/05/title_case Here's a Ruby solution …
2
votes

Parse usable Street Address, City, State, Zip from a string

If it's human entered data, then you'll spend too much time trying to code around the exceptions. Try: Regular expression to extract the zip code Zip code l …