Problem 43325. Count given word x in text.
Count how many times given word x repeats in text.
Solution Stats
Problem Comments
-
1 Comment
David Verrelli
on 5 Jul 2018
The phrasing of the Problem Statement is not correct. The string "When you finish ..., you will be told .... You can then .... You can also ...." contains FOUR instances of the WORD "you". "You", "YOU" and "you" are all examples of the _word_ "you". The Problem Statement should say that the player must find occurrences of the provided text-pattern of the same case within the given text.
Solution Comments
Show commentsProblem Recent Solvers62
Suggested Problems
-
07 - Common functions and indexing 4
412 Solvers
-
Remove All elements less than 5
139 Solvers
-
Write a code that will follow the equation y = x * (x + x) * x.
341 Solvers
-
850 Solvers
-
144 Solvers
More from this Author37
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!