FreeQ¶ Tests whether an expression does NOT contain a given subexpression. $ wo 'FreeQ[{1, 2, 3}, 4]' True $ wo 'FreeQ[{1, 2, 3}, 2]' False