Function papergrid::util::string::replace_tab

source ยท
pub fn replace_tab(text: &str, n: usize) -> Cow<'_, str>
Expand description

Replaces tabs in a string with a given width of spaces.