toLowerForList
Modified on Fri, 18 Aug 2023
Description
Convert each string in a list to lowercase
Syntax
toLowerForList(array)
Parameters
Input Parameter | Type | Description |
---|---|---|
array | Array | The list of input strings to convert to lowercase |
Return value
Type |
---|
Array<any> |
Sample
Example | Result | Description |
---|---|---|
toLowerForList(['ABCD', 'Invoice Id']) | ['abcd', 'invoice id'] | The list of strings converted to lowercase |
To view all the List functions, click here.
See Also
Was this article helpful?
That’s Great!
Thank you for your feedback
Sorry! We couldn't be helpful
Thank you for your feedback
Feedback sent
We appreciate your effort and will try to fix the article