Matched command runner
[system/Matched command runner]
Runs the received command and matches standard output against the specified regular expression.
Sends matched RegEx groups through groups
.
Sends empty array on no match.
Input ports
cwd:
any
Receives individual fields for syncing.
command:
string
regex:
string
Output ports
groups:
string[]
Matched RegEx groups
Last updated