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
Branche:
master
Branches
Tags
master
ptb-be
/
utils
/
function.js
function.js
79 B
Lien permanent
Historique
Raw
1
exports.capitalize = (string) => string.replace(/^./, str => str.toUpperCase())