We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ab047d commit 1848147Copy full SHA for 1848147
Conversions/TitleCaseConversion.js
@@ -1,5 +1,8 @@
1
/*
2
- Problem statement and Explanation : https://www.codeproject.com/Tips/162540/Letter-Case-Conversion-Algorithms-Title-Case-Toggl
+ Problem statement and Explanation : https://www.codeproject.com/Tips/162540/Letter-Case-Conversion-Algorithms-Title-Case-Toggl.
3
+ [Title case](https://en.wikipedia.org/wiki/Title_case) is a style where all words are capitalized. Officially, title case
4
+ does not capitalize some words, such as very short words like "a" or "is", but for the purposes of this function, a general approach
5
+ is taken where all words are capitalized regarless of length.
6
*/
7
8
/**
0 commit comments