Skip to content

Instantly share code, notes, and snippets.

@hyeonseok
Created January 15, 2016 08:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hyeonseok/3c0a65ab11db6c9d7720 to your computer and use it in GitHub Desktop.
Save hyeonseok/3c0a65ab11db6c9d7720 to your computer and use it in GitHub Desktop.
'1234567890.1234567890'.replace(/\B(?=(?=\d*\.)(\d{3})+(?!\d))/g, ',');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment