Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 595 Bytes

lowerCase.rst

File metadata and controls

27 lines (18 loc) · 595 Bytes

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')