Skip to main content
string-lower Takes the given input and casts all letters to a lower case. The given input must be a valid string. Does not work on arrays or other input. Can be used to normalize input for example when combined with the capitalize first mapper.

Fields

No configurable options available

Sample data

Input dataOutput data
”THIS Is CoNvErTed”“this is converted”