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...")
(No difference)

Revision as of 20:59, 25 May 2017

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

See Also

References

Letter case