Hi,

I would like to extract a word that contains both letters and number from a
url. How can I achieve this.

For example:
URL is: https://abc.com/defgh/chela/fff12deg21f/classes?includeDeleted=false

If I would like to extract "fff12deg21f" from the above URL and use this on
the other http request. How can I do this?

I added Regular Express Extractor to my Http Reques Sampler
In RegExp Extractor GUI
Apply to: main sampley only
Response Field to check: URL
Reference Name:stud
Regular Expression: */chela/(.+?)/*
Template:
Match No. (0 for Random):
Default Value:

Reply via email to