Thank you for the response...what do I mention in Template, Match No: and
default Value field.
And is there any way I can decrypyt the MD5 Hash value because I am saving
my response as MD5 Hash and when I get error I would like to know what my
error is actually saying. So it would be nice if i can decrypt the Hash
value


On Mon, Jun 24, 2013 at 2:51 PM, Deepak Shetty <shet...@gmail.com> wrote:

> /chela/([^/]+)/
>
> Note the way you are using * is incorrect for a regex
>
>
> On Mon, Jun 24, 2013 at 2:45 PM, umesh prajapati <praumes...@gmail.com
> >wrote:
>
> > 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