Since the response is JSON, why not using JSON extractor directly? Or just substring with left boundary = GUID- and right boundary = "
On Monday, February 20, 2023 at 11:56:24 AM EST, Sunil Malgaya <sunilmalg...@gmail.com> wrote: JMeter experts, I need to get some help regarding regular expression extractor using JMeter. >From json response I need to extract complete GUID info from a url string: "url": "https:\/\/abcdazurewebsites.net <http://abcazurewebsites.net/> \/api\/collection\/titletext\/GUID-98035E11-41F8-4696-ABCD-6980AC22Z36D", the output should be:GUID-98035E11-41F8-4696-ABCD-6980AC22Z36D Any help will be appreciated on this matter. Thanks, Sunil