snake-case
text →
snake-case() → text
Returns the input text in snake_case, lowercasing words and joining them with underscores. Preserves null, empty, and blank inputs; returns null for a zero-length array.
Parameters
This function has no parameters.
Examples
"Hello World" | snake-case → "hello_world"
Kind: Function
Scope: text/casing
Aliases: text-to-snake-case