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.Documentation Index
Fetch the complete documentation index at: https://docs.alumio.com/llms.txt
Use this file to discover all available pages before exploring further.
Fields
No configurable options availableSample data
| Input data | Output data |
|---|---|
| ”THIS Is CoNvErTed” | “this is converted” |