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
-
Find the numeric mean of the prime numbers in a matrix.
9137 Solvers
-
Sum all integers from 1 to 2^n
17474 Solvers
-
Program an exclusive OR operation with logical operators
750 Solvers
-
511 Solvers
-
Count decimal digits of a number
236 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!