capitalize

capitalize() function is the Standard function available in 200OK.

Description : The capitalize function transforms a string by capitalizing its first letter.

Syntax : fx_capitalize(hello)

Example : fx_capitalize(hello) it returns by exemplifying a change from "hello" to "Hello", maintaining the remainder of the string intact.

Request Side :

Response Side :

Last updated