All Tags »
pcre »
regex
Sorry, but there are no more tags available to filter with.
-
Hello guys.
Please help me out with a little regular expression thingy.
I have webpages that looks like this:
[PHP]
....html code....
<td style='height:81%;width:100%;padding:0;text-align:left;'>Text and code that I want to capture</td>
....html code....
[/PHP]
I am using this to capture the text&code:
[PHP]$pattern = ...