pub fn replace_tab(text: &str, n: usize) -> String
Replaces tabs in a string with a given width of spaces.