Skip to content

upper

Signature

upper(string)

Description

Returns the given string with all Unicode letters mapped to their upper case.

Examples

upper('foobar') == 'FOOBAR'