toUpperCase

toUpperCase() function is the Standard function available in 200OK

Description : The fx_toUppercase function converts lowercase words or sentences to uppercase.

Syntax : fx_toUppercase(string)

Example : fx_toUppercase('ceptes') returns 'CEPTES', converting the lowercase string 'ceptes' to uppercase.

Scenario : In an e-commerce platform, user-provided text inputs sometimes need to be converted into uppercase for consistency and clarity across the platform. Utilizing a specialized function, the system seamlessly transforms lowercase text inputs into uppercase, ensuring uniformity in product names, descriptions, and other textual content.

Request Side :

Response Side :

Last updated