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

/lcfirst/

    Package Sidebar

    Install

    npm i lcfirst

    Weekly Downloads

    609

    Version

    1.1.0

    License

    MIT

    Last publish

    Collaborators

    • mgduk