Problem 2500. Text Processing - New
Derived from problem 2440.
A string containing several sentences are given as input. If any sentence contains the word 'great' more than twice, replace every second 'great' of that sentence with the word 'awesome'.
Example:
Input = 'Sheldon, Penny, Leonard and Raj are great and great and great and great receptively. Wolowitz is just a great jerk';
Output = 'Sheldon, Penny, Leonard and Raj are great and awesome and great and awesome receptively. Wolowitz is just a great jerk';
Solution Stats
Problem Comments
-
7 Comments
not fixed yet. Did it happen before for such a long period?
Should be fixed now.
"receptively" ~= "respectively"
Solution Comments
Show commentsProblem Recent Solvers14
Suggested Problems
-
1775 Solvers
-
440 Solvers
-
07 - Common functions and indexing 1
444 Solvers
-
Find the index of the largest value in any vector X=[4,3,4,5,9,12,0,4.....5]
387 Solvers
-
replace empty matrices with '[]'
54 Solvers
More from this Author44
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!