Skip to main content

upper

Convert a string into all uppercase.

def upper(
value: string
) - > string

Convert a string into all uppercase.

Parameters

NameTypeDescription
valuestringThe string value to be converted to uppercase.

Returns

TypeDescription
stringThe input string with all characters converted to their uppercase equivalent.