Select Groups by Their Name

i have many model groups in my project, there are 25 of them that i need, 24 of them have Bed in the name and one of them has Studio, how can i write a code block that it contains both Bed and Studio so i can select all of them? thanks
Capture

Try this:

image

5 Likes

grazie.

1 Like

:+1:

if you don’t want to use a custom node:

image

or if you have more that 2 strings to search you could try this (not sure why it works though :grin:)

image

1 Like