upper
Converting characters to upper case
upper(A)
A
U = upper('AmazinG 😱') L = lower(U)
U = AMAZING 😱 L = amazing 😱