lowerCase

Returns a copy of the string, lower cased.

See also capitalize, concat, replace, trim, upperCase.

Syntax

lowerCase([locale])

Parameter

Description

locale

The optional locale to be used, as a string with syntax: language[_country[_variant]].

Examples

$('AVar').lowerCase()
$('AVar').lowerCase('fr_CA')