Actions
Feature #16011
closedDigit grouping
Feature #16011:
Digit grouping
Description
Ruby seems to have no way to format a number with grouped thousands. I see Rails
has an option:
However in this case it seems that grouping cannot be combined with say, leading
zeros:
https://github.com/rails/rails/issues/36707
This is quite simple with other languages, for example JavaScript:
Python:
Go:
Actions