0.0.1-security • Published 10 years ago
to-title v0.0.1-security
to-title
Convert a string to a title case.
Install
$ npm install to-title
Usage
var title = require('to-title');
title('war of the worlds'); // War of the WorldsConvert a string to a title case.
$ npm install to-title
var title = require('to-title');
title('war of the worlds'); // War of the Worlds