tile38 icon indicating copy to clipboard operation
tile38 copied to clipboard

Glob Match issue

Open MetinSeylan opened this issue 6 years ago • 2 comments

i am trying ignore ids within match but seems like its not working glob code is

[^1^2^3] or [^(1)(2)(3)]

MetinSeylan avatar Jan 18 '18 16:01 MetinSeylan

Unfortunately Tile38 doesn't currently support a not character at this time.

tidwall avatar Jan 22 '18 22:01 tidwall

@MetinSeylan If you were using it on the keys command, there is, in fact, a 'not' operator.

Given the keys key122, key222, key323. If you call KEYS key[^1]* you should receive back all keys except key122.

This should be defined in the documentation here - https://tile38.com/commands/keys/

s32x avatar Jan 14 '19 18:01 s32x