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

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

SYNOPSIS

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

pgtml2iphp


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