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 comments
Loading...
Problem Recent Solvers21
Suggested Problems
-
3880 Solvers
-
Project Euler: Problem 8, Find largest product in a large string of numbers
1309 Solvers
-
Set the array elements whose value is 13 to 0
1443 Solvers
-
Matrix multiplication across rows
398 Solvers
-
288 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!