MCPcopy
hub / github.com/vanila-io/wireflow / upperFirst

Function upperFirst

src/utils/index.js:1–2  ·  view source on GitHub ↗
(str)

Source from the content-addressed store, hash-verified

1export const upperFirst = (str) =>
2 str && typeof str === "string" ? str.toLowerCase().replace(/( |^)[a-z]/g, (l) => l.toUpperCase()) : "";

Callers 1

upperFirst.test.jsFile · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected