oops forget to mention parenthesis . :)

1.) "([a-z0-9A-Z-]+)"
2.) basketReference = "([a-z0-9A-Z-]+)"


On , rajivkumarnandv...@gmail.com wrote:
Hi use this


basketReference = "[a-z0-9A-Z-]+"


make sure your using the exact one variable with equal sign and space between

OR you can use this

"[a-z0-9A-Z-]+"

On , sbhosale sandeep.bhos...@gmail.com> wrote:
> Hi All,
>
>
>
> I want to extract the basket reference number
>
> (c8320481-79a3-46a9-abba-6541e50ebd9d) from the below string.
>
>
>
> var basketReference = "c8320481-79a3-46a9-abba-6541e50ebd9d";
>
>
>
>
>
> I have tried the couple of reg ex. But not successful.
>
>
>
> I have tried
>
> 1. basketReference="[a-zA-Z0-9\-]*\"
>
> 2. \bbasketReference\s=\s\"[a-zA-Z0-9\-]*\"
>
>
>
> Please help me in finding the correct regex.
>
>
>
> Thanks,
>
> Sandeep
>
>
>
> --
>
> View this message in context: http://jmeter.512774.n5.nabble.com/Need-help-in-regular-expression-tp4505421p4505421.html
>
> Sent from the JMeter - User mailing list archive at Nabble.com.
>
>
>
> ---------------------------------------------------------------------
>
> To unsubscribe, e-mail: jmeter-user-unsubscr...@jakarta.apache.org
>
> For additional commands, e-mail: jmeter-user-h...@jakarta.apache.org
>
>
>

Reply via email to