Difference between revisions of "TextSentenceCase"

 
m (adding doc status category)
Line 1: Line 1:
 
[[category:Text Functions]]
 
[[category:Text Functions]]
 
+
[[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).
 
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).
  

Revision as of 04:41, 25 April 2007


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


You are not allowed to post comments.