tokenize-camel
text →
tokenize-camel() → array
Returns tokens from a camelCase name using case and acronym transitions as boundaries.
Parameters
This function has no parameters.
Examples
"firstName" | tokenize-camel → {"first", "Name"}
Kind: Function
Scope: text/tokenization
Aliases: text-to-tokenize-camel