¡@

Home 

javascript Programming Glossary: commafy

Add commas or spaces to group every three digits

http://stackoverflow.com/questions/6784894/add-commas-or-spaces-to-group-every-three-digits

I have a function to add commas to numbers function commafy num num.toString .replace B d 3 g Unfortunately it doesn't.. usage examples what is the best way to extend my function commafy 123 123 commafy 1234 1234 Don't add commas until 5 integer.. is the best way to extend my function commafy 123 123 commafy 1234 1234 Don't add commas until 5 integer digits commafy..