Overview
Theextract transformation extracts data from a string using a regular expression. It returns the first capture group match.
Syntax
Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
variable | string | Yes | The string to extract from |
search | string | Yes | The regular expression pattern (returns the first capture group) |