Difference between revisions of "Manuals/calci/UPPERCASE"

From ZCubes Wiki
Jump to navigation Jump to search
(Created page with "<div style="font-size:30px">'''UPPERCASE(text)'''</div><br/> *<math>text</math> is the text which we want change in to a uppercase. ==Description== *This function used to c...")
 
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
<div style="font-size:30px">'''UPPERCASE(text)'''</div><br/>
+
<div style="font-size:30px">'''UPPERCASE (String) '''</div><br/>
*<math>text</math>  is the text which we want change in to a uppercase.  
+
*<math>String</math>  is the text which we want change in to a uppercase.  
  
 
==Description==
 
==Description==
Line 15: Line 15:
 
*UPPERCASE("address:#83,salai street")=ADDRESS:#83, SALAI STREET
 
*UPPERCASE("address:#83,salai street")=ADDRESS:#83, SALAI STREET
 
*UPPERCASE(cool)=Null
 
*UPPERCASE(cool)=Null
 +
 +
==Related Videos==
 +
 +
{{#ev:youtube|v=17hHucGoWxE&t=17s|280|center|Upper Case}}
  
 
==See Also==
 
==See Also==

Latest revision as of 14:16, 4 April 2019

UPPERCASE (String)


  • is the text which we want change in to a 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 alphabetical 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.

Examples

  • UPPERCASE("total marks")=TOTAL MARKS
  • UPPERCASE("United Kingdom")=UNITED KINGDOM
  • UPPERCASE("Register no is 2347")=REGISTER NO IS 2347
  • UPPERCASE("address:#83,salai street")=ADDRESS:#83, SALAI STREET
  • UPPERCASE(cool)=Null

Related Videos

Upper Case

See Also

References

Letter case