MCPcopy
hub / github.com/xaboy/form-create / lower

Function lower

packages/utils/lib/tocase.js:9–11  ·  view source on GitHub ↗
(str)

Source from the content-addressed store, hash-verified

7}
8
9export function lower(str) {
10 return str.replace(str[0], str[0].toLowerCase());
11}

Callers 2

defaultRenderFunction · 0.90
toCaseFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected