1 # !pat matches only if pat doesn't match 2 # Example: bp '"cat" !"aclysm"' matches the "cat" in "catatonic", but not "cataclysm" 3 bp '{"foo" !"bar"}'