TextSentenceCase
Returns a text string where the first letter of each sentence is upper case, and all other letters are lower case. If the preserveUC parameter is specified as True, then uppercase letters are not converted to lower case (i.e., preserves proper nouns).
Declaration
TextSentenceCase( Text : Textual ; preserveUC : optional boolean )
See also
Comments
Enable comment auto-refresher