pub(crate) fn add_thousands_separators(number: &str) -> String
Add thousands separators to a number, every three steps, counting from the last character.