The following should grab the whole of the "pline" select tag:

(?s)(<select name="pline".*?</select>)


On Apr 7, 2005 8:50 AM, Dave Maung <[EMAIL PROTECTED]> wrote:
> <select name="pline" onchange="change_screen()">
>                <option value="9999" >Select Line..</option>
>                <option value="01" >d</option>
>                <option value="02" selected>e</option>
>                <option value="03"  >f</option>
>                <option value="04"  >d</option>
>                <option value="05"  >Suns</option>
>                <option value="06"  >Ski</option>
>                <option value="07"  >Mois</option>
>              </select>
> 
> Well, if you just want to get option value why not try this
> 
> value="([0-9]+)"
> this will always work but it is not a best way to do it.
> I am too having problem to get the value from inside tag. There must be a way 
> to do it.
> Dave
> 
> Ghananeel Gondhali <[EMAIL PROTECTED]> wrote:
> Hi,
> 
> I couldnt extract content between select tags. Anyone can help me with the 
> regex extraactor and regex Function for this.
> 
> a. regex eaxtractor to store all tags into a variable
> b. regexFunction to randomly pickup any value from the option tag.
> 
> thanks !
> 
> regards,
> Raj
> 
> sebb wrote:
> On Apr 6, 2005 6:34 AM, Ghananeel Gondhali wrote:
> > Hi,
> >
> > I got something like this in my response
> > > Select Line..> d> e> f> d> Suns> Ski> Mois>
> >
> > I want a regex to randomly pickup any option value between the select tags. 
> > I cant search for just digits as just below this select tag is another 
> > select tag that has similar numeric values.
> 
> Try using the Regex Extractor to pick out the single select tag into a
> variable, and then use the Regex Function to pick a random option from
> that.
> 
> S
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
> ---------------------------------
> Yahoo! Messenger
> Show us what our next emoticon should look like. Join the fun.
>

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

Reply via email to