pub fn expandtabs(input: &str, tab_size: usize) -> String
Replace all tabs in a string with spaces, using the given tab size.