This website works better with JavaScript
Accueil
Explorer
Aide
S'inscrire
Connexion
yazid
/
ptb-be
Suivre
1
Voter
0
Fork
0
Fichiers
Tickets
0
Pull Requests
0
Wiki
Aborescence:
28876e9160
Branches
Tags
master
ptb-be
/
utils
/
function.js
function.js
79 B
Historique
Raw
1
exports.capitalize = (string) => string.replace(/^./, str => str.toUpperCase())