What I am trying to do is that everytime the program finds one of the words
from the list in the text,
it will place an astherisc * to replace that word.
But I cannot figure out how to do this because it is an array not a regular
expression.
What I am trying to do is that everytime the program finds one of the words
from the list in the text,
it will place an astherisc * to replace that word.