Mathematica 9 is now available

Except

Usage

Except[c] is a pattern object which represents any expression except one that matches c.
Except[c, p] represents any expression that matches p but not c.


Notes

Except[c] is equivalent to Except[c, _].
Except[c] represents the complement of the set of expressions that match c.
Except works in StringExpression.
• See Section 2.3.5.
• See also: PatternTest, Condition.
• New in Version 5.1.


Any questions about topics on this page? Click here to get an individual response.Buy NowMore Information
THIS IS DOCUMENTATION FOR AN OBSOLETE PRODUCT.
SEE THE DOCUMENTATION CENTER FOR THE LATEST INFORMATION.