Skip to content

Capitalize every word in string: unicorn cake → Unicorn Cake

License

Notifications You must be signed in to change notification settings

awaqit/titleize

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

titleize Build Status

Capitalize every word in a string: unicorn cakeUnicorn Cake

Install

$ npm install titleize

Usage

const titleize = require('titleize');

titleize('foo bar');
//=> 'Foo Bar'

titleize('foo-bar');
//=> 'Foo-Bar'

Related

  • camelcase - Convert a dash/dot/underscore/space separated string to camelcase

License

MIT © Sindre Sorhus

About

Capitalize every word in string: unicorn cake → Unicorn Cake

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 100.0%