Difference between revisions of "Manuals/calci/UPPER"
Jump to navigation
Jump to search
(Created page with "<div id="6SpaceContent" class="zcontent" align="left"> <font color="#484848"><font face="Arial, sans-serif"><font size="2">'''UPPER'''</font></font></font><font color="#4...") |
|||
(9 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
− | <div | + | <div style="font-size:30px">'''UPPER(Text)'''</div><br/> |
+ | *<math>Text</math> is the text which we want change in to a uppercase. | ||
+ | **UPPER(), converts text to uppercase. | ||
− | + | ==Description== | |
+ | *This function used to change the lower case letters in to upper case letters. | ||
+ | *Upper case letters are the alphabetical capital letters and Lower case are the alphbetical small letters. | ||
+ | *Capital letters:ABCDEF…..,Small letters:abcdef…. | ||
+ | *UPPER function will consider only the text, when we are giving any numbers, or any special characters like @,&.. all are ignored. | ||
+ | *Also we have to give the text with in double quotes("") or we can use the cell references. | ||
− | + | ==ZOS== | |
+ | *The syntax of change the text in to lower case in ZOS is <math>UPPER(text)</math>. | ||
+ | **<math>text</math> is the text which we want change in to a uppercase. | ||
+ | *For e.g.,UPPER("complete") | ||
+ | *upper("Republic Day") | ||
+ | {{#ev:youtube|ybksQDyOKtw|280|center|Lower Case}} | ||
− | + | ==Examples== | |
− | + | *UPPER("total marks")=TOTAL MARKS | |
− | + | *UPPER("United Kingdom")=UNITED KINGDOM | |
+ | *UPPER("Register no is 2347")=REGISTER NO IS 2347 | ||
+ | *UPPER("address:#83,salai street")=ADDRESS:#83, SALAI STREET | ||
+ | *UPPER(cool)=Null | ||
− | + | ==Related Videos== | |
− | + | {{#ev:youtube|v=17hHucGoWxE&t=17s|280|center|Upper Case}} | |
− | + | ==See Also== | |
− | + | *[[Manuals/calci/LOWER | LOWER ]] | |
− | + | *[[Manuals/calci/PROPER | PROPER ]] | |
− | + | ==References== | |
+ | [http://en.wikipedia.org/wiki/Letter_case Letter case] | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | + | *[[Z_API_Functions | List of Main Z Functions]] | |
− | |||
− | |||
− | + | *[[ Z3 | Z3 home ]] | |
− | |||
− | [ | ||
− | |||
− | |||
− | |||
− | |||
− |
Latest revision as of 13:15, 4 April 2019
UPPER(Text)
- is the text which we want change in to a uppercase.
- UPPER(), converts text to uppercase.
Description
- This function used to change the lower case letters in to upper case letters.
- Upper case letters are the alphabetical capital letters and Lower case are the alphbetical small letters.
- Capital letters:ABCDEF…..,Small letters:abcdef….
- UPPER function will consider only the text, when we are giving any numbers, or any special characters like @,&.. all are ignored.
- Also we have to give the text with in double quotes("") or we can use the cell references.
ZOS
- The syntax of change the text in to lower case in ZOS is .
- is the text which we want change in to a uppercase.
- For e.g.,UPPER("complete")
- upper("Republic Day")
Examples
- UPPER("total marks")=TOTAL MARKS
- UPPER("United Kingdom")=UNITED KINGDOM
- UPPER("Register no is 2347")=REGISTER NO IS 2347
- UPPER("address:#83,salai street")=ADDRESS:#83, SALAI STREET
- UPPER(cool)=Null
Related Videos
See Also
References