Difference between revisions of "Manuals/calci/MIXEDCASE"

From ZCubes Wiki
Jump to navigation Jump to search
(Created page with "<div style="font-size:30px">'''MIXEDCASE(String, Concat)'''</div><br/> *<math>text</math> is the text which we want change in to a uppercase. ==Description== *This function...")
 
 
Line 14: Line 14:
 
*MIXEDCASE("address:#83,salai street") = Address:#83, Salai Street
 
*MIXEDCASE("address:#83,salai street") = Address:#83, Salai Street
 
*MIXEDCASE(cool)=Null
 
*MIXEDCASE(cool)=Null
 +
 +
==Related Videos==
 +
 +
{{#ev:youtube|v=svJt4BJBkf8|280|center|Mixed Case}}
  
 
==See Also==
 
==See Also==

Latest revision as of 13:46, 25 March 2019

MIXEDCASE(String, Concat)


  • is the text which we want change in to a uppercase.

Description

  • This function displays first letter of every word entered to upper case letter.
  • Upper case letters are the alphabetical capital letters and Lower case are the alphabetical small letters.
  • Capital letters:ABCDEF…..,Small letters:abcdef….
  • Text should be entered in double quotes("").

Examples

  • MIXEDCASE("total marks")=Total Marks
  • MIXEDCASE("United Kingdom")=United Kingdom
  • MIXEDCASE("Hello, how are you doing?") = Hello, How Are You Doing?
  • MIXEDCASE("address:#83,salai street") = Address:#83, Salai Street
  • MIXEDCASE(cool)=Null

Related Videos

Mixed Case

See Also

References

Letter case