Problem 51665. Convert any case sentence to Title Case
Convert first letters of every word of the sentence into capital letters (UPPER CASE) and rest in small letters (lower case).
For example:
myString = {"cAn yOU PrediCt Dow JONES reaL VaLuE ? "}; % INPUT
the modified string would be,
yesYourString = 'Can You Predict Dow Jones Real Value ? '; % OUTPUT
Solution Stats
Problem Comments
Solution Comments
Show commentsProblem Recent Solvers17
Suggested Problems
-
573 Solvers
-
Back to basics 3 - Temp Directory
369 Solvers
-
Solve the set of simultaneous linear equations
422 Solvers
-
Calculate the Number of Sign Changes in a Row Vector (No Element Is Zero)
722 Solvers
-
Simple equation: Annual salary
4185 Solvers
More from this Author1
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!