MCPcopy Create free account

hub / github.com/blakeembrey/change-case / functions

Functions25 in github.com/blakeembrey/change-case

↓ 6 callersFunctionsplitPrefixSuffix
( input: string, options: Options = {}, )
packages/change-case/src/index.ts:250
↓ 5 callersFunctionlowerFactory
(locale: Locale)
packages/change-case/src/index.ts:219
↓ 5 callersFunctionnoCase
(input: string, options?: Options)
packages/change-case/src/index.ts:85
↓ 5 callersFunctionupperFactory
(locale: Locale)
packages/change-case/src/index.ts:225
↓ 4 callersFunctioncapitalCaseTransformFactory
( lower: (input: string) => string, upper: (input: string) => string, )
packages/change-case/src/index.ts:231
↓ 3 callersFunctioncapitalCase
(input: string, options?: Options)
packages/change-case/src/index.ts:139
↓ 2 callersFunctioncamelCase
(input: string, options?: PascalCaseOptions)
packages/change-case/src/index.ts:97
↓ 2 callersFunctionpascalCaseTransformFactory
( lower: (input: string) => string, upper: (input: string) => string, )
packages/change-case/src/index.ts:238
↓ 2 callersFunctionsplit
(value: string)
packages/change-case/src/index.ts:46
↓ 1 callersFunctionchangeKeysFactory
( changeCase: (input: string, options?: changeCase.Options) => string, )
packages/change-case/src/keys.ts:6
↓ 1 callersFunctionconstantCase
(input: string, options?: Options)
packages/change-case/src/index.ts:155
↓ 1 callersFunctiondotCase
(input: string, options?: Options)
packages/change-case/src/index.ts:167
↓ 1 callersFunctionisObject
(object: unknown)
packages/change-case/src/keys.ts:3
↓ 1 callersFunctionkebabCase
(input: string, options?: Options)
packages/change-case/src/index.ts:174
↓ 1 callersFunctionpascalCase
(input: string, options?: PascalCaseOptions)
packages/change-case/src/index.ts:119
↓ 1 callersFunctionpathCase
(input: string, options?: Options)
packages/change-case/src/index.ts:181
↓ 1 callersFunctionsentenceCase
(input: string, options?: Options)
packages/change-case/src/index.ts:188
↓ 1 callersFunctionsnakeCase
(input: string, options?: Options)
packages/change-case/src/index.ts:208
↓ 1 callersFunctionspongeCase
(input: string, locale?: string[] | string)
packages/sponge-case/src/index.ts:1
↓ 1 callersFunctionswapCase
(input: string, locale?: string[] | string)
packages/swap-case/src/index.ts:1
↓ 1 callersFunctiontitleCase
( input: string, options: Options | string[] | string = {}, )
packages/title-case/src/index.ts:67
↓ 1 callersFunctiontrainCase
(input: string, options?: Options)
packages/change-case/src/index.ts:215
↓ 1 callersFunctionupperAt
( input: string, index: number, locale: string | string[] | undefined, )
packages/title-case/src/index.ts:169
FunctionpascalSnakeCase
(input: string, options?: Options)
packages/change-case/src/index.ts:132
FunctionsplitSeparateNumbers
(value: string)
packages/change-case/src/index.ts:69