_.startCase('–foo-bar–'); // => 'Foo Bar'
_.startCase('fooBar'); // => 'Foo Bar'
_.startCase('FOO_BAR'); // => 'FOO BAR'