Except

WMA link


Except[c]

represents a pattern object that matches any expression except those matching c.

Except[c, p]

represents a pattern object that matches p but not c.

Except can also be used for string expressions:

Alternatives
HoldPattern