camel-case
text →
camel-case() → text
Returns the input text in camelCase, lowercasing the first word and capitalizing subsequent words without separators. 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-case → "helloWorld"
Kind: Function
Scope: text/casing
Aliases: text-to-camel-case