tokenize-kebab
text →
tokenize-kebab() → array
Returns normalized tokens from a hyphen-separated name, preserving escaped hyphens within tokens.
Parameters
This function has no parameters.
Examples
"first-name" | tokenize-kebab → {"first", "name"}
Kind: Function
Scope: text/tokenization
Aliases: text-to-tokenize-kebab