how to use regular expression to from:
s="<table>sdfsdf<td>dsdsf <td>
<table>4567<td>sdflk<td>ddd<td>
<table>test<td>hgkhgj<td> "
get
resultString="<table>sdfsdf</table>dsdsf <td>
<table>4567</table>sdflk<td>ddd<td>
<table>test</table>hgkhgj<td>"
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Deploying Rails" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/rubyonrails-deployment?hl=en
-~----------~----~----~----~------~----~------~--~---