$ cnpm install ucfirst
Uppercase the first character of a string
var ucfirst = require('ucfirst'); ucfirst('hello'); // 'Hello'
MIT
Copyright 2013 - present © cnpmjs.org | Home |