This website requires JavaScript.
Explore
Help
Sign In
status-im
/
consul
mirror of
https://github.com/status-im/consul.git
Watch
2
Star
0
Fork
You've already forked consul
0
Code
Issues
Projects
Releases
Wiki
Activity
6f32981c76
consul
/
ui-v2
/
app
/
utils
/
ucfirst.js
4 lines
95 B
JavaScript
Raw
Blame
History
export
default
function
(
str
)
{
return
`
${
str
.
substr
(
0
,
1
)
.
toUpperCase
(
)
}
${
str
.
substr
(
1
)
}
`
;
}
Reference in New Issue
View Git Blame
Copy Permalink