lcfirst

1.1.0 • Public • Published

lcfirst

Lowercase the first character of a string

var lcfirst = require('lcfirst');

lcfirst('Hello World'); // 'hello World'

It won't lowercase an initialism/acronym:

lcfirst('NASA makes rockets'); // 'NASA makes rockets'

License

MIT

Package Sidebar

Install

npm i lcfirst

Weekly Downloads

575

Version

1.1.0

License

MIT

Last publish

Collaborators

  • mgduk