Tweaks to 'Filter' operation.

This commit is contained in:
n1474335 2016-12-23 14:36:16 +00:00
parent ca87d54aa2
commit 216d8f1f7a
6 changed files with 27 additions and 26 deletions

View file

@ -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: [