Andrej Mitrovic: > Can format do something like this yet? > > auto str = format("%s", 1000000); > assert(str == "1_000_000"); > > %s would have to be replaced with something else, obviously. I suggest to add such formatter/function to Phobos. Bye, bearophile