Am 22. August 2019 20:45:53 MESZ schrieb SAS <sastry...@gmail.com>:
>>
>> Hi, I am trying to find a solution to the below challenge.
>>
>> the dynamic variable I am trying to capture has a variable right
>boundary.
>>
>> sometimes, it will be "}" and sometimes it will be ",".  how do I
>handle
>> this?

It would probably be a good idea to give a few examples of your data and the 
parts you want to extract. 

Maybe there are better ways to extract the data. 

But to your original question, you might be able to use the regex feature 
character classes. In your special case [,}] (that is a square bracket, a 
comma, a brace and again a square bracket) 

I always like the web site regex101.com to test my regexes on my data. 

Felix 

>>
>>
>> Thanks
>> SASTRY
>>

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscr...@jmeter.apache.org
For additional commands, e-mail: user-h...@jmeter.apache.org

Reply via email to