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 --> | ||
− | |||
− | |||
− | = | + | == TextLowerCase(text)== |
− | + | Returns a text string with all upper case letters in «text» replaced by their lower case equivalents. | |
− | |||
− | |||
− | = | ||
+ | == 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
Enable comment auto-refresher