toLowerCase
Last updated
Last updated
toLowerCase() function is the Standard function available in 200OK.
Description : The toLowerCase function converts the specified text to lowercase.
Syntax : fx_toLowerCase(String)
Exmaple : fx_toLowerCase('Hi CePTes') returns 'hi ceptes', converting all characters in the input string to lowercase.
Scenario : In a text processing application, there's a requirement to standardize the case of textual data for uniformity and ease of comparison. Employing a specialized function, users convert input text to lowercase, ensuring consistency in case across datasets.
Request Side :
Response Side :