Difference between revisions of "Manuals/calci/WHATCASE"

From ZCubes Wiki
Jump to navigation Jump to search
(Created page with "=WHATCASE(SomeThing)== ==Description== *This function returns upper, lower, mixed and random as the case of the input string. ==Examples== WHATCASE("hellO") random WHATCAS...")
 
 
Line 19: Line 19:
  
 
==References==
 
==References==
*[http://en.wikipedia.org/wiki/Magic_square Magic Square]
 

Latest revision as of 15:08, 4 February 2020

WHATCASE(SomeThing)=

Description

  • This function returns upper, lower, mixed and random as the case of the input string.

Examples

WHATCASE("hellO")

random

WHATCASE("hello")

lower

See Also

References