Skip to content

@technobuddha > library > Programming

Variables

NameTypeDescription
camelCaseFunctionConvert an identifier string to a camel case
dotCaseFunctionConvert an identifier string to a dot form
humanCaseFunctionConvert an identifier string to a human case
kebabCaseFunctionConvert an identifier string to a kebab-case form
macroCaseFunctionConvert an identifier string to macro case
pascalCaseFunctionConvert an identifier string to pascal case
snakeCaseFunctionConvert an identifier string to snake case
tokenizeFunctionSplits the input string into an array of words.