Skip to content

Instantly share code, notes, and snippets.

@gregorymostizky
Created February 10, 2011 16:35
Show Gist options
  • Save gregorymostizky/820835 to your computer and use it in GitHub Desktop.
Save gregorymostizky/820835 to your computer and use it in GitHub Desktop.
Insert commas into a number string
str.reverse.gsub(/(\d\d\d)(?=\d)(?!\d*\.)/,'\1,').reverse
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment