I have several words that I have to look for in a text for example:
var keyswords = ["test1", "test2", "test3"];
and I want to search for each word one by one in a text, for example:
esta es un test
can someone help me in what role to use to do it please