Skip to content

Instantly share code, notes, and snippets.

@JoonHoSon
Created September 24, 2021 05:42
Show Gist options
  • Save JoonHoSon/ba50dcc23a05aec3abe47873cc754cc9 to your computer and use it in GitHub Desktop.
Save JoonHoSon/ba50dcc23a05aec3abe47873cc754cc9 to your computer and use it in GitHub Desktop.
Javascript currency format
target.toString().replace(/\B(?=(\d{3})+(?!\d))/g, ',')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment