Function capwords - capwords(s, [sep]) -> string

Function capwords - capwords(s, [sep]) -> string

SYNOPSIS

import xtex2latex
def capwords(s, sep=None)

DESCRIPTION

Split the argument into words using split, capitalize each word using capitalize, and join the capitalized words using join. Note that this replaces runs of whitespace characters by a single space.

SEE ALSO

xtex2latex


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