For instance, if the input is
input_str = 'The flowers may bloom in April';
then the output is
output_str = 'The flowers may bloom in May';
Solution Stats
Problem Comments
7 Comments
Solution Comments
Show comments
Loading...
Problem Recent Solvers397
Suggested Problems
-
How to find the position of an element in a vector without using the find function
2819 Solvers
-
Back to basics 22 - Rotate a matrix
938 Solvers
-
722 Solvers
-
Given a matrix, return the last eigen value
233 Solvers
-
306 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!
Can you generalize this so there is more than one test? As it is, I can just provide the answer directly without needing to use MATLAB.
I went ahead and added some more tests.
Exchange April-May position in your example to correspond to the title of your problem
header of problem definition contradicts with example give. Please correct the given examples.
I second Dimitris' and Nick's comments.
Currently test 2 and test 3 are identical. Was test 3 perhaps supposed to be "May I come to visit you in May?" ? I notice that in each of the tests "May" always appears exactly once (not counting "may"). There should probably have been some cases where "May" doesn't appear at all, and some cases where it appears more than once in the input text.
The explaination of the question seems wrong. you are asking to replace May with April and in example you are replacing April with May