upperCase
Returns a copy of the string, upper cased.
See also capitalize, lowerCase, replace, trim, concat.
Syntax
upperCase([locale])
Parameter |
Description |
---|---|
|
The optional locale to be used, as a string with syntax: |
Examples
$('AVar').upperCase()
$('AVar').upperCase('fr_CA')