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

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

SYNOPSIS

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

pgtml2insert


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