Function re_format::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.