Skip to main content

string.tolower()

Converts a string to lower case

Availability

Device + Agent

Returns

String — a new lower-case string

Description

This method creates a new string formed by converting all of the upper-case characters in the target string to lower case.

Example Code