mirror of
https://github.com/gchq/CyberChef.git
synced 2025-04-25 01:06:16 -04:00
move Set Intersection into its own operation class
This commit is contained in:
parent
5f93c667a2
commit
03ecaa81f7
4 changed files with 116 additions and 11 deletions
|
@ -220,7 +220,7 @@
|
|||
{
|
||||
"name": "Sample delimiter",
|
||||
"type": "binaryString",
|
||||
"value": "\n\n"
|
||||
"value": "\\n\\n"
|
||||
},
|
||||
{
|
||||
"name": "Item delimiter",
|
||||
|
@ -256,7 +256,7 @@
|
|||
"flowControl": false,
|
||||
"args": [
|
||||
{
|
||||
"name": "Samples delimiter",
|
||||
"name": "Sample delimiter",
|
||||
"type": "binaryString",
|
||||
"value": "\\n\\n"
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue