Skip to content

Instantly share code, notes, and snippets.

@TimLang
Created January 3, 2014 09:12
Show Gist options
  • Save TimLang/8235113 to your computer and use it in GitHub Desktop.
Save TimLang/8235113 to your computer and use it in GitHub Desktop.
Amount format
1999995.99.to_s.reverse.scan(/(?:\d*\.)?\d{1,3}-?/).join(',').reverse
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment