I need to display a formatted number on a web page using JavaScript. I want to format it so that there are commas in the right places. How would I do this with a regular exp
I think you would necessarily have to do multiple passes to achieve this with regular expressions. Try the following: