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

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

SYNOPSIS

import xmldb
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

xmldb


Generated by HTMLFormatter at Tue Jun 12 18:58:51 2001