Skip to main content

insert_thousands_sep

Function insert_thousands_sep 

Source
fn insert_thousands_sep(s: &str, sep: &str) -> String
Expand description

Insert a thousands separator into the integer part of a numeric string.