Skip to content

mgduk/lcfirst

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

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

About

lowercase first character of a string

Resources

Stars

Watchers

Forks

Packages

No packages published