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

Dependencies (0)

    Dev Dependencies (0)

      Package Sidebar

      Install

      npm i lcfirst

      Weekly Downloads

      599

      Version

      1.1.0

      License

      MIT

      Last publish

      Collaborators

      • mgduk