Skip to main content

Negation

The negation operator flips the result of it's applied-to expression, and thereby converts matches into mismatches and vice-versa. It is always executed first, right after the exact mode operator, if not otherwise specified by the use of parentheses.

LanguageIdentifier
en_usnot
en_gbnot
de_denicht
de_atnicht
de_chnicht
zh_cn不是
tr_trhayır

Examples

Input: not thorns
Result: An item which does not contain the thorns enchantment on any level

Input: not exact unbreaking 2
Result: An item which does not only contain unbreaking on level 2

Input: not(dia-pick or iron-pick)
Result: All item-types but a diamond- or an iron-pickaxe