lower
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