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

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.1.0
    598
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 1.1.0
    598
  • 1.0.0
    1

Package Sidebar

Install

npm i lcfirst

Weekly Downloads

599

Version

1.1.0

License

MIT

Last publish

Collaborators

  • mgduk