mirror of
https://github.com/gchq/CyberChef
synced 2025-12-15 15:53:30 +00:00
Added Negative Matching to conditional jumps so negative lookahead is not required.
This commit is contained in:
@@ -165,6 +165,11 @@ const OperationConfig = {
|
||||
type: "string",
|
||||
value: ""
|
||||
},
|
||||
{
|
||||
name: "Negative match (logical NOT)",
|
||||
type: "boolean",
|
||||
value: false
|
||||
},
|
||||
{
|
||||
name: "Number of operations to jump over if match found",
|
||||
type: "number",
|
||||
|
||||
Reference in New Issue
Block a user