Skip to content

Instantly share code, notes, and snippets.

@vmi
Created February 2, 2012 00:38
Show Gist options
  • Save vmi/1720443 to your computer and use it in GitHub Desktop.
Save vmi/1720443 to your computer and use it in GitHub Desktop.
3 digit comma grouping regex
s/\B(?=(?:\d{3})+$)/,/g
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment