ReplaceMatchGroup
Common Scripts Pack.#
This Script is part of theReturns a string with all matches of a regex pattern groups replaced by a replacement.
#
Script DataName | Description |
---|---|
Script Type | python3 |
Tags | transformer |
Cortex XSOAR Version | 5.0.0 |
#
InputsArgument Name | Description |
---|---|
value | An array of email addresses to be filtered by domain. |
regex | A regex pattern who's groups to be replaced by the replaceWith argument. |
replace_with | The replacement string. |
#
OutputsThere are no outputs for this script.