Extracting specific data from a tree

Hello everyone,

I have a question regarding this ( how can I extract a specific data from a data tree which for example I specify " written explanation of data should be X) . as you can see in the photo, I have a data tree which every branch has a specific written item for example path {1;0} [1] has a written text ( building:levels:15). but there is no significant order whereby this data is repeated as some branches does not possess such data. now my question:
is there any way that I can generate a split tree which helps me to extract the item on all branches that have a written explanation of ( building:levels:?)

You can use Match Text with RegEx pattern.


MatchText_re.gh (7.0 KB)

1 Like

Wow that completely solved my problem. thanks