tolower

Converts a string to lowercase.

Syntax

tolower(string)

Argument

string
Any string.

Example

Templex Expression Result
{tolower(“AbA”) } aba
Curve Math Vectors Result
N/A N/A

Comments

Converts each character to lowercase (if possible) and returns the resulting string.