elect
09/18/2023, 7:21 PMString.format
and, to my surprise, it's still jvm only.
Consider voting https://youtrack.jetbrains.com/issue/KT-25506ephemient
09/18/2023, 8:39 PMelect
09/20/2023, 8:01 AMelect
09/21/2023, 11:23 AMephemient
09/24/2023, 6:22 PMLocale
. fine if you don't need it, but you can't replace the Java formatter without pulling in huge dependencies like ICUephemient
09/24/2023, 6:23 PMLocale.setDefault(<http://Locale.US|Locale.US>); "%,g".format(1234.5) == "1,234.5"
Locale.setDefault(Locale.FRANCE); "%,g".format(1234.5) == "1 234,5"