Upper
Jump to navigation
Jump to search
upper returns 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"