re_format

Function add_thousands_separators

Source
pub(crate) fn add_thousands_separators(number: &str) -> String
Expand description

Add thousands separators to a number, every three steps, counting from the last character.