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
Convert text to lower case. Handy for normalizing input, creating consistent data, or preparing text for case-sensitive comparisons.
Hello World → hello world
foo_bar_baz → foo_bar_baz
The Quick Brown Fox → the quick brown fox