Existing ruby method that converts abbreviated US state names to full state names -


does know if common ruby libraries have capability?

for example

'az'.to_full_state => 'arizona' 

try madison gem, available @ rubygems.


Comments

Popular posts from this blog

authentication - Mongodb revoke acccess to connect test database -

r - Update two sets of radiobuttons reactively - shiny -

ios - Realm over CoreData should I use NSFetchedResultController or a Dictionary? -