Function tabled::grid::util::string::replace_tab

source ·
pub fn replace_tab(text: &str, n: usize) -> Cow<'_, str>
Available on crate feature std only.
Expand description

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