Geometry Pipeline - select numerical layers

I want to select all layers with numerical values - 1, 2, 10, 40. This only selects layers 10 & 40. What am I missing here?

you put ## as filter operation. this includes all two digit numbers.

try this: *# works, but also would allow for something like layer a3 as the first char is optional

1 Like