Skip to content

Instantly share code, notes, and snippets.

@jonasraoni
Created August 7, 2019 12:40
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 jonasraoni/f70a56c30504f109c4ef7d8107a5e081 to your computer and use it in GitHub Desktop.
Save jonasraoni/f70a56c30504f109c4ef7d8107a5e081 to your computer and use it in GitHub Desktop.
Format currency
'1234567890.123'.replace(/\d(?=(\d{3})+(?:$|\.))/g, '$& ');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment