Difference between revisions of "TextSentenceCase"
m (adding doc status category) |
|||
Line 2: | Line 2: | ||
[[Category:Doc Status C]] <!-- For Lumina use, do not change --> | [[Category:Doc Status C]] <!-- For Lumina use, do not change --> | ||
− | Returns a text string where the first letter of each sentence is upper case, and all other letters are lower case. | + | == 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 <code>True</code>, then uppercase letters are not converted to lower case (i.e., preserves proper nouns). | |
− | |||
− | |||
− | |||
− | |||
+ | == See also == | ||
* [[TextLowerCase]] | * [[TextLowerCase]] | ||
* [[TextUpperCase]] | * [[TextUpperCase]] |
Revision as of 04:18, 14 January 2016
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
Enable comment auto-refresher