You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: