Does the regexp function or extractor work over multiple lines?? (it
doesn't seem to, but I'm willing to be corrected!)
in other words is it possible to match "\n" with a "." (as the /s option
would in Perl)
What I'm trying to do is capture the "value" of one of several options
displayed in a table where I know the name "Fred"
matching with something like:
name="ts\|tableModelAuthorizers" value="(.)".*Fred
<tr>
<td align="center" class="Even" width="10"> <input type="radio" name
="ts|tableModelAuthorizers" value="0" ></td> <td class="Even" ></td>
<td class="Even" ></td>
<td class="Even" ></td>
<td class="Even" nowrap align="left">Authoriser</td> <td class="Even"
></td>
<td class="Even" ></td>
<td class="Even" ></td>
<td class="Even" nowrap align="left">Fred</td> <td class="Even" ></td>
<td class="Even" ></td>
<td class="Even" ></td>
Or does someone have a better way of going about this??
Many thanks
Phil
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]