Built-in function expandtabs - expandtabs(string, [tabsize]) -> string

Built-in function expandtabs - expandtabs(string, [tabsize]) -> string

SYNOPSIS

import dtd2pgml
expandtabs(string, [tabsize]) -> string

DESCRIPTION

Expand tabs in a string, i.e. replace them by one or more spaces, depending on the current column and the given tab size (default 8). The column number is reset to zero after each newline occurring in the string. This doesn't understand other non-printing characters.

SEE ALSO

dtd2pgml


Generated by HTMLFormatter at Fri Dec 20 18:58:34 2002