text →
lower() → text

Returns the input text converted to lowercase using invariant culture rules. Returns null when the input is null, DBNull, (null), or a zero-length array.

Parameters

This function has no parameters.

Examples

"Hello World" | lower  "hello world"

Kind: Function
Scope: text/casing
Aliases: text-to-lower


This site uses Just the Docs, a documentation theme for Jekyll.