camel-snake-case
text →
camel-snake-case() → text
Returns the input text in camel_Snake case, lowercasing the first word, capitalizing subsequent words, and joining them with underscores. Returns empty text when the input is null, empty, blank, or a zero-length array.
Parameters
This function has no parameters.
Examples
"Hello World" | camel-snake-case → "hello_World"
Kind: Function
Scope: text/casing
Aliases: text-to-camel-snake-case