Tinderbox v10 Icon

lowercase(dataStr)


Operator Type: 

Operator Scope of Action: 

Operator Purpose: 

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]

 v4.6.0

 Baseline

 As at baseline

Yes


lowercase(dataStr)

The contents of text dataStr are returned entirely in lower case.

If $MyString is "Hello World":

$MyString = lowercase($MyString); 

would set $MyString to "hello world".

Functionally equivalent to String.lowercase().