Difference between revisions of "TextSentenceCase"

m (adding doc status category)
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
[[category:Text Functions]]
+
[[Category:Text Functions]]
 
[[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.  If the preserveUC parameter is specified as True, then uppercase letters are not converted to lower case (i.e., preserves proper nouns).
+
== TextSentenceCase(text, ''preserveUC'')==
 +
Returns a text string where the first letter of each sentence is upper case, and all other letters are lower case.   
  
= Declaration =
+
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).
 
 
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.