Thanks finally got it.
On Fri, May 18, 2018 at 4:09 AM, ZK <[email protected]> wrote:
> Hi,
> the id is encoded with curly brackets:
> ACCESS_TYPE=TEAM_ACCESS_VALUE&id=%7B170529FC-DDC4-C764-6B35-0F189B9F4FF6%7D
>
>
> unencoded=:
> ACCESS_TYPE=TEAM_ACCESS_VALUE&id={170529FC-DDC4-C764-6B35-0F189B9F4FF6}
>
> If you want the regEx to get the id with the curly brackets:
> id=(.+)
>
> If you dont want the curly brackets, this is the regEx:
> id=%7B(.+?)%7D
>
>
>
> ZK
>
>
>
> --
> Sent from: http://www.jmeter-archive.org/JMeter-User-f512775.html
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [email protected]
> For additional commands, e-mail: [email protected]
>
>