2023-08-13 16:48:04 +03:00
..
2023-08-13 16:48:04 +03:00
2023-08-13 16:48:04 +03:00
2023-08-13 16:48:04 +03:00
2023-08-13 16:48:04 +03:00
2023-08-13 16:48:04 +03:00

titleize

Capitalize every word in a string: unicorn cakeUnicorn Cake

Install

$ npm install titleize

Usage

import titleize from 'titleize';

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

titleize('foo-bar');
//=> 'Foo-Bar'
  • camelcase - Convert a dash/dot/underscore/space separated string to camelcase