mirror of
https://github.com/gchq/CyberChef.git
synced 2025-04-26 01:36:17 -04:00
Tweaks to 'Filter' operation.
This commit is contained in:
parent
ca87d54aa2
commit
216d8f1f7a
6 changed files with 27 additions and 26 deletions
|
@ -1765,8 +1765,9 @@ const OperationConfig = {
|
|||
]
|
||||
},
|
||||
"Filter": {
|
||||
description: "Filter the string with an regular expression",
|
||||
description: "Splits up the input using the specified delimiter and then filters each branch based on a regular expression.",
|
||||
run: StrUtils.run_filter,
|
||||
manual_bake: true,
|
||||
input_type: "string",
|
||||
output_type: "string",
|
||||
args: [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue