This website works better with JavaScript
Home
Explore
Help
Register
Sign In
yazid
/
ptb-be
Watch
1
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Tree:
9f58c9684c
Branches
Tags
master
ptb-be
/
utils
/
function.js
function.js
79 B
History
Raw
1
exports.capitalize = (string) => string.replace(/^./, str => str.toUpperCase())