Operator Type:
Operator Scope of Action:
Operator Purpose:
Data Type Returned:
Operator First Added:
Operator in Current Baseline:
Operator Last Altered:
Operator Has Newer Dot-Operator Variant:
Function [other Function type actions]
Item [operators of similar scope]
Formatting [other Formatting operators]
String [about String data type]
v4.6.0
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().
See also—notes linking to here: