trying to get pattern matching to work in Solaris, I got stuck a bit. This is one of the accepted patterns according to the documentation:
It does work as advertised, but seems to have some serious limitations.
For example, it seems to be limited to single digit numbers, for example, you can't select primitives containing numbers 11, 12, 13. (when I write , I always get the selection containing items 1, 2 and 3)
Also, I haven't worked out a way to do a range, for example 8-13. Is this kind of pattern possible?
PS: I'm using the Collection node to test this.
Thanks.
Cheers,
Ivan