Difference between revisions of "TextUpperCase"
m (→Declaration) |
|||
Line 2: | Line 2: | ||
[[Category:Doc Status C]] <!-- For Lumina use, do not change --> | [[Category:Doc Status C]] <!-- For Lumina use, do not change --> | ||
− | Returns a text value with all lower case letters replaced by their upper case equivalents. | + | ==TextUpperCase(text)== |
− | + | Returns a text value with all lower case letters in «text» replaced by their upper case equivalents. | |
− | |||
− | |||
− | |||
− | |||
− | |||
+ | == See also == | ||
* [[TextLowerCase]] | * [[TextLowerCase]] | ||
* [[TextSentenceCase]] | * [[TextSentenceCase]] |
Revision as of 04:14, 14 January 2016
TextUpperCase(text)
Returns a text value with all lower case letters in «text» replaced by their upper case equivalents.
See also
Comments
Enable comment auto-refresher