Problem 1824. Find and replaces spaces from a input string with *
For a given input string str, find how many spaces are there in the string and replace those spaces with * e.g. str = 'this is demo of replacing spaces with stars'; Then, out = 'this*is*demo*of*replacing*spaces*with*stars'
Solution Stats
Solution Comments
Show commentsProblem Recent Solvers168
Suggested Problems
-
7843 Solvers
-
Return a list sorted by number of occurrences
2886 Solvers
-
Generate a random matrix A of (1,-1)
393 Solvers
-
Find the index of the largest value in any vector X=[4,3,4,5,9,12,0,4.....5]
394 Solvers
-
370 Solvers
More from this Author25
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!