Extracted from Pike v8.0 release 28 as of 2015-09-20.
   

Method String.expand_tabs()


Method expand_tabs

string expand_tabs(string s, int|void tab_width, string|void substitute_tab, string|void substitute_space, string|void substitute_newline)

Description

Expands tabs in a string to ordinary spaces, according to common tabulation rules.