Extracted from Pike v7.4 release 117 at 2005-08-23.
pike.ida.liu.se
[Top]
predef::
String

Method String.expand_tabs()


Method expand_tabs

string 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.