uCase

Converts the alphabetic characters in a string to uppercase.

uCase(String) → returns string

Argument Reference

String string
Required

A string or a variable that contains one

Examples
Sample code invoking the uCase function

uCase('CFDocs Rock')

Expected Result: CFDOCS ROCK


Fork me on GitHub