String.uppercase()

Tinderbox Icon


Operator Type:   Function
Operator Scope of Action:   Item
Operator Purpose:   Formatting

String.uppercase()

New to v5.9.0. 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):

Up: Formatting operators

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

Quicklinks: Attributes | Action Codes | Export Codes | Designators | Date Formats | aTbRef Site Map

[Last updated: 16 May 2012, using v5.11.1]


Search:

Google search aTbRef for:  


Creative Commons Licence

aTbRef by Mark Anderson is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 3.0 Unported License.

[See aTbRef CC licence Attribution & Waiver info]

Made with Tinderbox