Difference between revisions of "Manuals/calci/LOWER"

From ZCubes Wiki
Jump to navigation Jump to search
 
(5 intermediate revisions by 4 users not shown)
Line 1: Line 1:
<div style="font-size:30px">'''LOWER(text)'''</div><br/>
+
<div style="font-size:30px">'''LOWER (Text)'''</div><br/>
*<math>text</math> is the text which we want change in to a lowercase.  
+
*<math>Text</math> is the text which we want change in to a lowercase.
 +
**LOWER(), Converts text to lowercase.
  
 
==Description==
 
==Description==
Line 6: Line 7:
 
*Upper case letters are the alphabetical capital letters and Lower case are the alphabetical small 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.
 
*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.
+
*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.
 
*Also we have to give the txt with in double quotes("") or we can use the cell references.
  
==ZOS Section==
+
==ZOS==
*The syntax of  change the text in to lower case in ZOS is <math>LOWER(text)</math>.
+
*The syntax of  change the text in to lower case in ZOS is <math>LOWER(Text)</math>.
**<math>text</math> is the text which we want change in to a lowercase.
+
**<math>Text</math> is the text which we want change in to a lowercase.
 
*For e.g.,lower("Double Or Single")
 
*For e.g.,lower("Double Or Single")
 
{{#ev:youtube|tAQEXHdT5jg|280|center|Lower Case}}
 
{{#ev:youtube|tAQEXHdT5jg|280|center|Lower Case}}
Line 19: Line 20:
 
*LOWER("United Arab Emirates")=united arab emirates
 
*LOWER("United Arab Emirates")=united arab emirates
 
*LOWER("Train No is 16245")=train no is 16245
 
*LOWER("Train No is 16245")=train no is 16245
*LOWER("Time @")=time @
+
*LOWER("Time %")=time %
 
*LOWER(Small)=Null
 
*LOWER(Small)=Null
 +
 +
==Related videos==
 +
 +
{{#ev:youtube|kHVQqbZk8oI|280|center|LOWER}}
  
 
==See Also==
 
==See Also==
Line 28: Line 33:
 
==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 ]]

Latest revision as of 16:11, 13 August 2018

LOWER (Text)


  • is the text which we want change in to a lowercase.
    • LOWER(), Converts text to 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")
Lower Case

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

LOWER

See Also

References

Letter case