TextSentenceCase

Revision as of 19:29, 23 March 2016 by Bbecane (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)


TextSentenceCase(text, preserveUC)

Returns a text string where the first letter of each sentence is upper case, and all other letters are lower case.

If the optional «preserveUC» parameter is specified as True, then uppercase letters are not converted to lower case (i.e., preserves proper nouns).

See also

Comments


You are not allowed to post comments.