swap-case
text →
swap-case() → text
Returns the input text with lowercase characters converted to uppercase and uppercase characters converted to lowercase. Returns null when the input is null, DBNull, (null), or a zero-length array.
Parameters
This function has no parameters.
Examples
"Hello World" | swap-case → "hELLO wORLD"
Kind: Function
Scope: text/casing
Aliases: text-to-swap-case