Skip to main content

expand_tabs

Function expand_tabs 

Source
pub fn expand_tabs(source: &str) -> Cow<'_, str>
Expand description

Expands tabs to the next eight-column tab stop, matching Python’s str.expandtabs.