How to filter out strings containing a .(dot)?

Does anyone has an idea on how to exclude strings containing a dot?

For example, I have a column containing strings such as:

word1.word2
word3.word4
word5

I would like to be able to exclude the first two rows. I tried many attempts with the Row Filter node but so far, I was not successful.

Please help.

Thank you.

Julien

Use Exclude rows and set it to *.* and contains wild Cards.

Cheers, Iris

Great!

Thank you very much.

Julien