How to check if a Text contains any word from a array.
Thank you.
You can use the array tools extension.
Or you could go through the array with for each child or use a variable with repeat or while.
Wait. Are you going in the opposite direction? If so, you could use the array tools split action to break the text into an array (if your text has multiple words) and then use for each child with the array tools find.
Edit: I still might not have understood you.
Do you want to find if a list contains a word like “bread” or if “bread” contains words from a list which might include “bread” and “read”.
Please don’t say the letters are scrambled.
1 Like
Not how i thaught how do use it but it works.
Thank you.
1 Like