trim_and_lowercase_then_replace_spaces

Function trim_and_lowercase_then_replace_spaces 

Source
fn trim_and_lowercase_then_replace_spaces(
    name: &str,
    replacement: &str,
) -> String