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 Solvers23
Suggested Problems
-
76 Solvers
-
07 - Common functions and indexing 1
454 Solvers
-
167 Solvers
-
152 Solvers
-
Flip the vector from right to left
11237 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!