Hello All
Say we have an article stored in a variable, and we want to check if it contains 10 specific words.
How do we do it?
EDIT: As an added example, this is working with 1 condition:
IF Contains(articlevar, $'''word1''', True) THEN
How do we add more words?