about | help | code help+videos | done | prefs |
capitalizeSentence
Given a string that contains one or more sentences, return the string with each word capitalized. (Only the first letter of each word upper case) You can assume proper spacing between words and punctuation, that is a space after commas, semicolons, and other punctuation. (see examples) capitalizeSentence('') → '' capitalizeSentence('ab') → 'Ab' capitalizeSentence('This is not a simple question.') → 'This Is Not A Simple Question.' ...Save, Compile, Run (ctrl-enter) |
Progress graphs:
Your progress graph for this problem
Random user progress graph for this problem
Random Epic Progress Graph
Copyright Nick Parlante 2017 - privacy