mirror of
https://github.com/gchq/CyberChef.git
synced 2025-04-21 07:16:17 -04:00
Added Negative Matching to conditional jumps so negative lookahead is not required.
This commit is contained in:
parent
47ce240e70
commit
7abda44fd6
2 changed files with 13 additions and 5 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue