Convert text to lower case. Handy for normalizing input, creating consistent data, or preparing text for case-sensitive comparisons.
Example
Hello World → hello world
foo_bar_baz → foo_bar_baz
The Quick Brown Fox → the quick brown fox
Chain this tool with others in the Pipeline Builder →
Create multi-step text transformations