Search results
32 packages found
Convert a string to constant case.
Transforms casing and spacing of a string
- convert
- transform
- case
- camelCase
- pascalCase
- human
- sentence
- humanSentence
- title
- humanTitle
- dotCase
- paramCase
- pathCase
- searchCase
- View more
A collection of useful TypeScript functions to convert strings between different cases.
- ilihub
- code
- string
- case
- camelCase
- constantCase
- dotCase
- headerCase
- kebabCase
- lowerCase
- pascalCase
- pathCase
- sentenceCase
- snakeCase
- View more
Convert a camelCase string to a CONSTANT_CASE string.
Convert a constant case string to kebab case string
Convert a Constant Case string to a Snake Case string.
Convert a header case string to a constant case string.
Convert Constant Case String to Camel Case String
Convert a lower case string to a constant case string.
Convert a Constant Case string to an UPPER CASE string.
Convert a dot case string to a constant case string.
Convert a constant case string to a path case string.
Convert a constant case string to a dot case string.
Convert a Constant Case String to a Title Case String
Convert PascalCase string to CONSTANT_CASE string
Convert a string to header case.
Convert a constant case string to a lower case string.
Convert a constant case string to a sentence case string.
Convert a constant case string to a pascal case string.
Convert kebab case string to constant case string