This version is out of date, covering development from v5.0.0 to v5.12.2. It is maintained here only for inbound reference links from elsewhere.

Jump to the current version of aTbRef.

Tinderbox Icon

String.uppercase()


Operator Type: 

Operator Scope of Action: 

Operator Purpose: 

Operator First Added: 

Operator Altered: 

 Function   [other Function type actions]

 Item   [operators of similar scope]

 Formatting   [other Formatting operators]

 5.9.0

 


String.uppercase()

Returns the target string, transforming all uppercase letters to lowercase.

The function can be chained to both string data and to string literals:

$MyString.uppercase() 

"my new title".uppercase() 

The latter gives "MY NEW TITLE".

The trailing parentheses may be omitted:

$MyString.uppercase 

Functionally equivalent to uppercase().


Possible relevant notes (via "Similar Notes" feature):


A Tinderbox Reference File : Actions & Rules : Operators : Action Operator Types : Formatting operators : String.uppercase()