fn lower_ascii_with_params(
    s: &str,
    semi: usize,
    params: &[(Indexed, Indexed)]
) -> String