String.toLowerCase()

Availability

Flash Player 5.

Usage

my_str.toLowerCase()

Parameters

None.

Returns

A string.

Description

Method; returns a copy of the String object, with all of the uppercase characters converted to lowercase. The original value is unchanged.