For the complete documentation index, see llms.txt. This page is also available as Markdown.

Lower

Returns an input string value with all characters converted to lowercase

Lower("WINDOWS") → "windows"
Lower("GooD MoRniNg") → "good morning"

Inputs

Lower(string)

  • string - A text value

Last updated