[TOC]

upper

Converting characters to upper case

Usage

upper(A)

Example

Input
U = upper('AmazinG 😱')
L = lower(U)
Output
U = 
AMAZING 😱

L = 
amazing 😱