MCPcopy Create free account
hub / github.com/ArrowM/Queue-Bot / stripIdSuffix

Function stripIdSuffix

src/utils/string.utils.ts:219–221  ·  view source on GitHub ↗
(input: string)

Source from the content-addressed store, hash-verified

217}
218
219function stripIdSuffix(input: string): string {
220 return input.replace(/Id$/, "");
221}
222
223function convertCamelCaseToTitleCase(input: string): string {
224 return input

Callers 1

formatPropertyLabelFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected