Difference between revisions of "Manuals/calci/LOWER"

From ZCubes Wiki
Jump to navigation Jump to search
Line 1: Line 1:
<div style="font-size:30px">'''LOWER(txt)'''</div><br/>
+
<div style="font-size:30px">'''LOWER(text)'''</div><br/>
*<math>txt</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.  
  
 
==Description==
 
==Description==
Line 7: Line 7:
 
*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 quotas("") 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==
 +
*The syntax is to change 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.
 +
*For e.g.,lower("Double Or Single")
  
 
==Examples==
 
==Examples==

Revision as of 00:37, 30 June 2014

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 Section

  • The syntax is to change 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

See Also

References

Letter case