How to exclude multiple tags? #1358
Replies: 1 comment 2 replies
-
|
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
AB1908
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I wish to exclude some tags from the list provided by etags.
I've come up with this:
filter(file.etags, (x) => !startswith(x, "#Classe")) AS Tags
that works nicely,
but I'm not able to find out how to add a second excluding condition, say how to ask it to exclude tags starting with "#Classe" or "#Ref"
Anybody can give me an hint on how to do it? TIA!
Beta Was this translation helpful? Give feedback.
All reactions