Difference between revisions of "Manuals/calci/LOWER"

From ZCubes Wiki
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">'''LOWER'''</font></font></font><font color="#48484...")
 
 
(12 intermediate revisions by 5 users not shown)
Line 1: Line 1:
<div id="6SpaceContent" class="zcontent" align="left"> <font color="#484848"><font face="Arial, sans-serif"><font size="2">'''LOWER'''</font></font></font><font color="#484848"><font face="Arial, sans-serif"><font size="2">(</font></font></font><font color="#484848"><font face="Arial, sans-serif"><font size="2">'''txt'''</font></font></font><font color="#484848"><font face="Arial, sans-serif"><font size="2">)</font></font></font>
+
<div style="font-size:30px">'''LOWER (Text)'''</div><br/>
 +
*<math>Text</math> is the text which we want change in to a lowercase.
 +
**LOWER(), Converts text to lowercase.
  
<font color="#484848"><font face="Arial, sans-serif"><font size="2">'''wher txt'''</font></font></font><font color="#484848"><font face="Arial, sans-serif"><font size="2">   is the text whcich is to be converted to lowercase. </font></font></font>
+
==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.
  
</div>
+
==ZOS==
----
+
*The syntax of  change the text in to lower case in ZOS is <math>LOWER(Text)</math>.
<div id="12SpaceContent" class="zcontent" align="left"><div class="ZEditBox" align="left">
+
**<math>Text</math> is the text which we want change in to a lowercase.
 +
*For e.g.,lower("Double Or Single")
 +
{{#ev:youtube|tAQEXHdT5jg|280|center|Lower Case}}
  
LOWER
+
==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
  
</div></div>
+
==Related videos==
----
 
<div id="10SpaceContent" class="zcontent" align="left"><div class="ZEditBox" align="justify">Syntax </div><div class="ZEditBox"><center></center></div></div>
 
----
 
<div id="3SpaceContent" class="zcontent" align="left"><div class="ZEditBox" align="justify">Examples </div></div>
 
----
 
<div id="11SpaceContent" class="zcontent" align="left"><div class="ZEditBox" align="justify">Description </div></div>
 
----
 
<div id="4SpaceContent" class="zcontent" align="left"><div>
 
  
{| id="TABLE1" class="SpreadSheet blue"
+
{{#ev:youtube|kHVQqbZk8oI|280|center|LOWER}}
|- class="even"
 
| class=" " |
 
| class=" " | Column1
 
| class="          " | Column2
 
| class="    " | Column3
 
|- class="odd"
 
| class=" " | Row1
 
| class="sshl_f " | WORLD
 
| class="sshl_f" | world
 
| class="sshl_f" |
 
|- class="even"
 
| class="  " | Row2
 
| class="sshl_f" |
 
| class="sshl_f SelectTD SelectTD" |
 
| class="sshl_f" |
 
|- class="odd"
 
| class="sshl_f" | Row3
 
| class="sshl_f" |
 
| class="  " |
 
| class="sshl_f" |
 
|- class="even"
 
| class="sshl_f" | Row4
 
| class="sshl_f" |
 
| class="sshl_f" |
 
| class="sshl_f" |
 
|- class="odd"
 
| class="sshl_f" | Row5
 
| class="sshl_f" |
 
| class="sshl_f" |
 
|
 
|}
 
  
<div align="left"></div>''''''</div></div>
+
==See Also==
----
+
*[[Manuals/calci/UPPER  | UPPER ]]
<div id="2SpaceContent" class="zcontent" align="left">
+
*[[Manuals/calci/PROPER  | PROPER ]]
  
<font color="#484848"><font face="Arial, sans-serif"><font size="2">let’s see an example in (Column1 Row 1)</font></font></font>
+
==References==
 +
[http://en.wikipedia.org/wiki/Letter_case  Letter case]
  
<font color="#484848"><font face="Arial, sans-serif"><font size="2">I.e.=LOWER(C1R1) is world</font></font></font>
 
  
<font color="#484848"><font face="Arial, sans-serif"><font size="2">where C1R1 is WORLD</font></font></font>
 
  
</div>
+
*[[Z_API_Functions | List of Main Z Functions]]
----
 
<div id="1SpaceContent" class="zcontent" align="left"><font color="#484848"><font face="Arial, sans-serif"><font size="2"><font color="#000000">  </font>
 
  
<font color="#484848"><font face="Arial, sans-serif"><font size="2">It converts all uppercase letters to lowercase in a text string.</font></font></font>
+
*[[ Z3 |  Z3 home ]]
 
 
 </font></font></font></div>
 
----
 

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