Skip to main content

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.

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”