Tinderbox v10 Icon

uppercase(dataStr)


Operator Type: 

Operator Scope of Action: 

Operator Purpose: 

Operator First Added: 

Operator Last Altered: 

Operator Has Newer Dot-Operator Variant: 

 Function  [other Function type actions]

 Item  [operators of similar scope]

 Formatting  [other Formatting operators]

 Baseline

 As at baseline

Yes


uppercase(dataStr)

The contents of dataStr are returned entirely in upper case.

If $MyString is "hello world":

$MyString = uppercase($MyString); 

$MyString is set to "HELLO WORLD".

Functionally equivalent to String.uppercase().