Hi, I am trying to do a robot to rpachallenge.com movie search challenge and I want to have a list with some words and use this condition: if the text I extracted with the review(it is a string variable) contains any of these words(i don’t know for sure where I put these words)
How can I make a condition like that?
I just manage to do like this:
Review.Contains(“Good”) or Review.Contains(“Incredible”) or etc…
but It will be a long list to do like that…
Thanks for the help!