Rsekhar wrote:

Hi, I just like to know how to use regular expression to extract only value from the below string
i want to extract
("SP#AQ:218[HNL:KOA][01/27/2007:750][01/27/2007:793][0:SP:SP:Coach]")

<input type="radio" name="searchResults[0].selectedTripGroup"
value="SP#AQ:218[HNL:KOA][01/27/2007:750][01/27/2007:793][0:SP:SP:Coach]"
onclick="updateSelection('SearchFlightForm',this, 0 );">  5000 Miles</td>

Raja
Why don't you use an XPath extractor instead? The XPath expression would be something like

//[EMAIL PROTECTED]'searchResults[0].selectedTripGroup']/@value

Regards,
Jens

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to