lowercaseFirst() Function

The lowercaseFirst() function returns the given string value with the first character appropriately lower-cased

Argument Kind Required Purpose
term string yes a string value

Usage and examples

Place a …

Return to index