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


This site uses Just the Docs, a documentation theme for Jekyll.