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 Solvers19
Suggested Problems
-
Rotate input square matrix 90 degrees CCW without rot90
683 Solvers
-
385 Solvers
-
578 Solvers
-
Create a two dimensional zero matrix
525 Solvers
-
Sort the vector with the given index
127 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!