Difference between revisions of "TextUpperCase"
m (adding doc status category) |
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 | + | Returns a text value with all lower case letters replaced by their upper case equivalents. |
− | = Declaration = | + | == Declaration == |
− | TextUpperCase( Text | + | TextUpperCase(text: Text) |
= See also = | = See also = |
Revision as of 01:18, 27 October 2015
Returns a text value with all lower case letters replaced by their upper case equivalents.
Declaration
TextUpperCase(text: Text)
See also
Comments
Enable comment auto-refresher