Regular expression help needed [Resolved]
Hi all
I need to create a regular expression so that I can use the preg_split function to split up a table by its td elements
PHP Code:
$rows=preg_split("^(<tr)+(</tr>)$",$table);
This is the warning i get:
Warning: No ending delimiter '^' found in c:\inetpub\wwwroot\nkgroup\admin\parser.php on line 63
And the table DOES contain rows. I have searched on the net and I cant find an explanation.
If you do have one, I would be reaaalllllly grateful!!!
Thanks in advance