Skip to content

Instantly share code, notes, and snippets.

@nikitos-one
Created April 23, 2020 12:28
Show Gist options
  • Save nikitos-one/34ca3cbef83613a94994bdae32598801 to your computer and use it in GitHub Desktop.
Save nikitos-one/34ca3cbef83613a94994bdae32598801 to your computer and use it in GitHub Desktop.
Correct formatting of currency values (Правильное форматирование денежных значений)
price.toFixed(2).replace(/\d(?=(\d{3})+\.)/g, '$& ');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment