Remove glyphs exception?

I know it possible to use a script to remove glyphs:

script=greek

It is possible to use it with few exception ?
For example with Greek I would like to keep : Delta, Pi, pi

That is currently not possible. I added an option to define full predicate syntax.
So you can do this:

{script == "greek" AND NOT name IN {"Delta", "Pi", "pi"}}
2 Likes

Fantastic. Thank you! Will this make it into the next small update?

Changed it in the 3.2 branch.