mirror of
https://github.com/gchq/CyberChef
synced 2025-12-18 09:13:43 +00:00
Add other set operations
This commit is contained in:
@@ -63,7 +63,7 @@ class SetDifference extends Operation {
|
||||
return e;
|
||||
}
|
||||
|
||||
return Utils.escapeHtml(this.runSetDifferencez(...sets.map(s => s.split(this.itemDelimiter))));
|
||||
return Utils.escapeHtml(this.runSetDifference(...sets.map(s => s.split(this.itemDelimiter))));
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user