Difference between revisions of "TextSentenceCase"

 
 
(4 intermediate revisions by 2 users not shown)
Line 1: Line 1:
[[category:Text Functions]]
+
[[Category:Text Functions]]
 +
[[Category:Doc Status C]] <!-- For Lumina use, do not change -->
 +
 +
== TextSentenceCase(text, ''preserveUC'')==
 +
Returns a text string where the first letter of each sentence is upper case, and all other letters are lower case. 
  
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).
+
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).
 
 
= Declaration =
 
 
 
TextSentenceCase( Text : Textual ; preserveUC : optional boolean )
 
 
 
= See also =
 
  
 +
== See also ==
 
* [[TextLowerCase]]
 
* [[TextLowerCase]]
 
* [[TextUpperCase]]
 
* [[TextUpperCase]]
 +
* [[Text functions]]

Latest revision as of 19:29, 23 March 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


You are not allowed to post comments.