Problem 54375. Swap Characters of a Single Word
Description:
In the given input word, convert the lower case to upper case and vice versa.
A to a, a to A ...
Example:
'Matlab' --> 'mATLAB'
'imaGE' --> 'IMAge'
Solution Stats
Solution Comments
Show commentsProblem Recent Solvers242
Suggested Problems
-
Given an unsigned integer x, find the largest y by rearranging the bits in x
1958 Solvers
-
1734 Solvers
-
Duplicate each element of a vector.
631 Solvers
-
Find last zero for each column
655 Solvers
-
414 Solvers
More from this Author27
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!