'toTitleCase' function
Intelligently converts an input string to Title Case.
Accepts an optional second parameter with a list of additional words and abbreviations to force into a particular case.
This function is built on prior work by John Gruber and David Gouch: http://daringfireball.net/2008/08/title_case_update https://github.com/gouch/to-title-case
// {string} input - // {string|string[]} forceWords? - // {string} -
Optional
'toTitleCase' function
Intelligently converts an input string to Title Case.
Accepts an optional second parameter with a list of additional words and abbreviations to force into a particular case.
This function is built on prior work by John Gruber and David Gouch: http://daringfireball.net/2008/08/title_case_update https://github.com/gouch/to-title-case
// {string} input - // {string|string[]} forceWords? - // {string} -