Match Text w/multiple patterns (using OR)

Hi all,

I might just be fried after a long day, but I can’t figure this out. I would like to see if any values in a list exist in a tree. But MatchText seems to work opposite to that; checking if the tree objects are in a Pattern list. Can someone point me in the right direction please?

Thanks in advance,

Declan

For your desired answer (with the green checks and red cross), simply remove the flip matrix in @diff-arch 's definition !
You’ll get exactly what you were looking for.

2 Likes

Thank you both! I realize now I left out a few (critical) details:

The Text being examined by TextMatch is actually a Tree, and I also need to get the Path/Index for values that match my patterns. Below you can see that one of my Pattern numbers is not found at {6;3} {6;4} or {6;5}.

Also, I can’t flatten the tree at Boolean, because I am using this to manipulate a matching tree of points.

Thanks as always!