I\'m developing a web application.
I need to display some decimal data correctly so that it can be copied and pasted into a certain GUI application that
GUI
Why not
0.1.toLocaleString().replace(/\d/g, '')