Hi all,

I want to select all the content of a table from a file using regular
expressions (and not a module).
Can you give me some hints about how can I do this?

For example I have the following text:

<table ...>
    <tr...><td>...</td><td>...</td></tr>
    <tr...><td>...</td><td>...</td></tr>
    <tr><td> <table>... </table></td><td>...</td></tr>
</table>

As you see, I could find more other tables included in this table and I
usually don't know how many are they nor at what level they are included.

Thank you for any hints.

Of course, I am not expecting this selection to be possible with a single
regular expression line, but... who knows.

Teddy,
Teddy's Center: http://teddy.fcc.ro/
Email: [EMAIL PROTECTED]



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

Reply via email to