On 18/01/06, Steve Gilbert <[EMAIL PROTECTED]> wrote:
> Hi All,,
>
> Afraid I'm another Newbie..
>
> Below is an extract from a response I get,,, I am trying to retrieve the
> 20 digit number in the middle...
>
> <td class="PROMPTBLACK" width="20%">Response Status</td>
>    <td class="PROMPTBLACK" width="80%">
>      SUCCESS
>
>    </td>
>  </tr>
>  <tr>
>    <td class="PROMPTBLACK">Response Reference</td>
>    <td class="PROMPTBLACK">
>      81119732751598721488
>
>    </td>
>  </tr>
>  <tr>
>    <td class="PROMPTBLACK">Response Data</td>
>    <td class="PROMPTBLACK">
>
> I have tried several regular expressions,, but don't seem to be able to
> get the number back..

What have you tried then?

>
> Can anyone help please!?!?


Try:

(\d{20})

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

Reply via email to