Get items from list by text content

Hi there

I have a list of pressure pipes descriptions
I need to get all indices which contain text “300 mm”

The node outputs the data as strings so you can find strings that contain “300 mm”, then get all indices of True values, and then get items at indices from your list of pipe descriptions.

1 Like

how to find strings that contain “300 mm” ?

got it

1 Like