I am using the following settings for the replace task.
Regex: "Host":"(\S*?)",
Replace with: $1(Host)
In the above regex, I want to select the first group. I have also added a variable as Url in the pipeline. But no difference can be seen. Am I doing this the wrong way?
I am using the following settings for the replace task.
Regex:
"Host":"(\S*?)",Replace with:
$1(Host)In the above regex, I want to select the first group. I have also added a variable as Url in the pipeline. But no difference can be seen. Am I doing this the wrong way?