WMA link
Except
Cases[{x, a, b, x, c}, Except[x]]
Cases[{a, 0, b, 1, c, 2, 3}, Except[1, _Integer]]
Except can also be used for string expressions:
StringReplace["Hello world!", Except[LetterCharacter] -> ""]