text →
tokenize-pascal() → array

Returns tokens from a PascalCase name using case and acronym transitions as boundaries.

Parameters

This function has no parameters.

Examples

"HTTPServerURL" | tokenize-pascal  {"HTTP", "Server", "URL"}

Kind: Function
Scope: text/tokenization
Aliases: text-to-tokenize-pascal


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