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/constant-case-string-to-title-case-string
Convert a Constant Case String to a Title Case String
v1.0.7 URL:
https://unpkg.com/@ilihub/constant-case-string-to-title-case-string@1.0.7/dist/index.js
Open
Browse Files
ilihub
code
string
case
constantCase
titleCase
tools
typescript
functions
utils
@ilihub/constant-case-string-to-dot-case-string
Convert a constant case string to a dot case string.
v1.0.7 URL:
https://unpkg.com/@ilihub/constant-case-string-to-dot-case-string@1.0.7/dist/index.js
Open
Browse Files
ilihub
code
string
case
constantCase
dotCase
tools
typescript
functions
utils
@ilihub/constant-case-string-to-sentence-case-string
Convert a constant case string to a sentence case string.
v1.0.7 URL:
https://unpkg.com/@ilihub/constant-case-string-to-sentence-case-string@1.0.7/dist/index.js
Open
Browse Files
ilihub
code
string
case
constantCase
sentenceCase
tools
typescript
functions
utils