upper-case() Function

The upper-case() function returns the given string value with every character appropriately upper-cased

Argument Kind Required Purpose
term string yes a string value

Usage and examples

Place a …

Return to index