@technobuddha > library > Programming
Variables
| Name | Type | Description |
|---|---|---|
| camelCase | Function | Convert an identifier string to a camel case |
| dotCase | Function | Convert an identifier string to a dot form |
| humanCase | Function | Convert an identifier string to a human case |
| kebabCase | Function | Convert an identifier string to a kebab-case form |
| macroCase | Function | Convert an identifier string to macro case |
| pascalCase | Function | Convert an identifier string to pascal case |
| snakeCase | Function | Convert an identifier string to snake case |
| tokenize | Function | Splits the input string into an array of words. |