Use the Regular Expression (RegEx) to get the values from the response
| Field | Description | Default Value |
|---|---|---|
| RegEx | Regular Expression used to do the matching | param="(.+?)" |
| Match Number | determines which appearance of the RegEx will be considered for the extraction | 1 |
| Group Number | determines the group from where the information will be taken, based on the RegEx | 1 |
| Target | determines where the RegEx will be applied | Response's Body |
| Multivalued | determines if multiple variables will be extracted and also, without overwriting existent ones. | Unchecked |
For more information about Extractors and how to use them, check the Documentation at List Correlation Extractors