Node ReferenceTransformations
Regex Extractor
Finds and returns all matches in the text based on the provided regular expression.
Finds and returns all matches in the text based on the provided regular expression.
| Category | Transformations |
| Node type | dynamiq.nodes.extractors.ByRegexExtractor |
| SDK class | dynamiq.nodes.extractors.ByRegexExtractor |
Inputs
| Field | Type | Required |
|---|---|---|
value | string | Yes |
pattern | string | Yes |
Outputs
| Field | Type |
|---|---|
matches | list[Any] |