Skip to main content

expandtabs

Function expandtabs 

Source
pub fn expandtabs(input: &str, tab_size: usize) -> String
Expand description

Replace all tabs in a string with spaces, using the given tab size.