Finally, I figured it out, it doesn't work because the bracket() after disable_enable, it's a special character, it needs the back slash before the special character like \( and \).
Tiffany tiffany wrote: > > Hi, > > I try many regular expressions to get the value "APPLE" from the following > JSP code, but I fail, > > <INPUT type="radio" name="Dest" CHECKED onClick="disable_enable()" > > </TD> > <TD class="text">APPLE</TD> > > I need to know the CHECKED value for the radio button. Does anybody knows > the solution?? > > Thanks, > Tiffany > -- View this message in context: http://www.nabble.com/Regular-Expression-for-radio-button-tf3880088.html#a10996861 Sent from the JMeter - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

