For AI agents: the complete documentation index is available at /hclapi/llms.txt, the full documentation bundle is available at /hclapi/llms-full.txt, and this page is available as Markdown at /hclapi/docs/manifest/functions/strings/lower.md.

lower

Converts all characters in a string to lowercase.

Signature

lower(str: string) -> string

Parameters

ParameterTypeRequiredDescription
strstringyesInput string

Return value

Returns the documented result for the function signature.

Example

key = "user:${lower(ctx.request.path.username)}"