Except
Except[pat]
matches all expressions except those that match pat
.
Except[pat1, pat2]
matches all expressions that match pat2
but not pat1
.
Attributes[Except] := {Protected}
Except[pat]
matches all expressions except those that match pat
.
Except[pat1, pat2]
matches all expressions that match pat2
but not pat1
.
Attributes[Except] := {Protected}