Difference between revisions of "Manuals/calci/MIXEDCASE"
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 12:46, 25 March 2019
MIXEDCASE(String, Concat)
- Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle text} 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
See Also
References