Upper
Revision as of 15:47, 18 March 2020 by 71.226.33.30 (talk) (Created page with "<c>upper</c> return an upper-case (all capitals) version of a string. See also: lower === Arguments === {| class="wikitable" |- ! Parameter Name !! Default Value !! Mea...")
upper
return an upper-case (all capitals) version of a string.
See also: lower
Arguments
Parameter Name | Default Value | Meaning |
---|---|---|
self | string | string to upper-case |
Usage Notes
upper
maybe be called with function syntax or dot syntax.
Example
"Mo Spam".upper // returns "MO SPAM"