I am looking for a way to remove all <table*> <tr*> <td*> </td> </tr> </table> tags from a string.
Where the * is a wildcard for anything else.
What are the regexs for this, so I can use str_replace?
|
|
Just use As long as there are not too many tags that need to be allowed through the filter, it is the easiest way. |
|||
|
|
|
Probably regex is not the best solution but try this:
|
|||
|
|