lower-case() Function

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

Argument Kind Required Purpose
term string yes a string value

Usage and examples

Place a …

Return to index