Functions
str.upper()
Returns a new string with all letters converted to uppercase.
Syntax · 1 of 4
str.upper(const string source) → const string
Arguments
source required const string String to be converted. Return Type
const string Syntax · 2 of 4
str.upper(input string source) → input string
Arguments
source required input string String to be converted. Return Type
input string Syntax · 3 of 4
str.upper(simple string source) → simple string
Arguments
source required simple string String to be converted. Return Type
simple string Syntax · 4 of 4
str.upper(series string source) → series string
Arguments
source required series string String to be converted. Return Type
series string