deathcap / ucfirst

uppercase first character of a string (npm module)
MIT License
6 stars 2 forks source link

ucfirst

npm Build Status

Uppercase the first character of a string

const ucfirst = require('ucfirst');
ucfirst('hello'); // 'Hello'

License

MIT