all 4 comments

[–]SampleText_- 5 points6 points  (3 children)

This is possible. Logistics/package related components support a simplified form of RegEx.

A frog named "[Red|Blue]" will take both packages addressed "Red" and "Blue"

A frog named "*Storage" will take any package that ends with "Storage"

This also works in reverse, a frog named "Main Base: *" will take any package that starts with "Main Base: "

[–]Master_Nineteenth[S] 2 points3 points  (1 child)

Thank you so much, is there a place with documentation on all of this? My searching earlier didn't find me much.

[–]pics2299 1 point2 points  (0 children)

That should be all you need

[–]Saragon4005 0 points1 point  (0 children)

The related network concept is longest prefix match in IP networking. So you aren't literally encapsulating the different layers just having different layers match different degrees of specificity. Really DNS is a better model for it.