commonfields: id: ReplaceMatchGroup version: -1 name: ReplaceMatchGroup script: '' type: python subtype: python3 tags: - transformer comment: Returns a string with all matches of a regex pattern groups replaced by a replacement. enabled: true args: - name: value required: true description: An array of email addresses to be filtered by domain. - name: regex required: true description: A regex pattern who's groups to be replaced by the replaceWith argument. - name: replace_with required: true description: The replacement string. scripttarget: 0 dockerimage: demisto/python3:3.12.13.10404775 runas: DBotWeakRole tests: - No test - unit test fromversion: 5.0.0