Function sindra::rules::remove_underscores [] [src]

pub fn remove_underscores(input: &str) -> String

Removes underscores from a string. Used in number parsing (where underscores are allowed as grouping symbols but do not affect the parsed value).