Difference between revisions of "Manuals/calci/LOWER"
Jump to navigation
Jump to search
Njackson100 (talk | contribs) |
|||
Line 32: | Line 32: | ||
==References== | ==References== | ||
[http://en.wikipedia.org/wiki/Letter_case Letter case] | [http://en.wikipedia.org/wiki/Letter_case Letter case] | ||
+ | |||
+ | |||
+ | |||
+ | *[[Z_API_Functions | List of Main Z Functions]] | ||
+ | |||
+ | *[[ Z3 | Z3 home ]] |
Revision as of 05:43, 14 March 2017
LOWER(text)
- is the text which we want change in to a lowercase.
Description
- This function used to change the upper case letters in to lower case letters.
- Upper case letters are the alphabetical capital letters and Lower case are the alphabetical small letters.
- Capital letters: ABCDEF…..,Small letters: abcdef…. LOWER 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 txt 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 lowercase.
- For e.g.,lower("Double Or Single")
Examples
- LOWER("WONDERFUL")=wonderful
- LOWER("United Arab Emirates")=united arab emirates
- LOWER("Train No is 16245")=train no is 16245
- LOWER("Time %")=time %
- LOWER(Small)=Null
Related videos
See Also
References