Skip to content

bjarneo/to-lower-case

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

to lower-case

Travis

Lower case a string. Also handles objects with toString property, numbers and booleans.

###Install

npm install to-lower-case --save

###Usage

var toLowerCase = require('to-lower-case');

toLowerCase('STRING') // => 'string'

toLowerCase({ toString: function() {
    return 'my STRING';
}}); // => 'my string'

About

Lowercase a string i JavaScript

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published