Difference between revisions of "TextLowerCase"

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 -->
 
[[Category:Doc Status C]] <!-- For Lumina use, do not change -->
 
Returns a text string with all upper case letters replaced by their lower case equivalents.
 
  
= Declaration =
+
== TextLowerCase(text)==  
 
+
Returns a text string with all upper case letters in «text» replaced by their lower case equivalents.
TextLowerCase( Text : Textual )
 
 
 
= See Also =
 
  
 +
== See Also ==
 
* [[TextUpperCase]]
 
* [[TextUpperCase]]
 
* [[TextSentenceCase]]
 
* [[TextSentenceCase]]

Revision as of 04:16, 14 January 2016


TextLowerCase(text)

Returns a text string with all upper case letters in «text» replaced by their lower case equivalents.

See Also

Comments


You are not allowed to post comments.