Difference between revisions of "TextUpperCase"
m (→Declaration) |
|||
(3 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
− | [[ | + | [[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 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]] | ||
+ | * [[Text functions]] |
Latest revision as of 19:30, 23 March 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