Skip to content

Capitalize

Capitalize

Type Function STRING
Input STR STRING (String input)
Output STRING (result STRING)
CAPITALIZE converts all first letter on STR in capital letters . During conversion, the Global Setup EXTENDED_ASCII constant is considered. If EXTENDED_ASCII = TRUE, all characters of the extended ASCII character set to be considered in accordance with ISO 8859-1.
Capitalize('peter pan') = 'Peter Pan'

capitalize