Skip to content

deathcap/ucfirst

Repository files navigation

ucfirst

npm Build Status

Uppercase the first character of a string

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

License

MIT

About

uppercase first character of a string (npm module)

Resources

License

Stars

Watchers

Forks

Packages

No packages published