Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
1
export
const
upperFirst = (str) =>
2
str && typeof str ===
"string"
? str.toLowerCase().replace(/( |^)[a-z]/g, (l) => l.toUpperCase()) :
""
;
Callers
1
upperFirst.test.js
File · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected