Page History
...
You can also create multiple parameters from an existing parameter. Right click on an existing parameter (a) and select Create More Like This (b). The find and replace dialog will appear with the find and replace criteria pre-filled. Click the Bulk Replace button (c) to create all possible similar parameters.
Regular Expression and Wildcards
When the regular expression or wildcard option is selected, the entire value is replaced unless a match group is specified, in which case only the first group is replaced. The examples below show the result of replacement with variable: {{MyVariable}}.
Regular Expression Examples
Expression | Match | Result |
---|---|---|
([0-9A-F]{8}\-{0,1}[0-9A-F]{4}\-{0,1}[0-9A-F]{4}\-{0,1}[0-9A-F]{4}\-{0,1}[0-9A-F]{12}) | b558b213-8501-894b-b0b3-39c7a4f2e840 | {{MyVariable}} |
<id>(\d+)</id> | <id>123456789</id> | <id>{{MyVariable}}</id> |
Wildcard Examples
Expression | Match | Result |
---|---|---|
{id : "(*)"} | {id : "jd123"} | {id : "{{MyVariable}}"} |
5_char_secret=(?????) | 5_char_secret=5d3hp | 5_char_secret={{MyVariable}} |
Overview
Content Tools