Search
@ilihub/case
A collection of useful TypeScript functions to convert strings between different cases.
v1.0.14 URL:
https://unpkg.com/@ilihub/case@1.0.14/dist/index.js
Open
Browse Files
ilihub
code
string
case
camelCase
constantCase
dotCase
headerCase
kebabCase
lowerCase
pascalCase
pathCase
sentenceCase
snakeCase
titleCase
upperCase
tools
typescript
functions
utils
case-string
A Node.js module providing various string manipulation functions to handle string cases.
v1.2.10 URL:
https://unpkg.com/case-string@1.2.10/dist/index.js
Open
Browse Files
lowerCase
upperCase
titleCase
reverseTitleCase
invertCase
camelCase
pascalCase
kebabCase
constantCase
pascalSnakeCase
trainCase
snakeCase
constantCase
sentenceCase
dotCase
pathCase
alternateCase1
alternateCase2
spongeCase
toggleCase
@ilihub/kebab-case-string-to-path-case-string
Convert kebab case string to path case string
v1.0.7 URL:
https://unpkg.com/@ilihub/kebab-case-string-to-path-case-string
Open
Browse Files
ilihub
code
string
case
kebabCase
pathCase
tools
typescript
functions
utils
@ilihub/dot-case-string-to-path-case-string
Convert a dot case string to a path case string.
v1.0.7 URL:
https://unpkg.com/@ilihub/dot-case-string-to-path-case-string@1.0.7/dist/index.js
Open
Browse Files
ilihub
code
string
case
dotCase
pathCase
tools
typescript
functions
utils
@ilihub/lower-case-string-to-path-case-string
Convert a lower case string to path case string
v1.0.7 URL:
https://unpkg.com/@ilihub/lower-case-string-to-path-case-string
Open
Browse Files
ilihub
code
string
case
lowerCase
pathCase
tools
typescript
functions
utils