Parsing content in html tags using regex

Praivafinna

New Member
I want to parse content from\[code\]<td>content</td>and<td *?*>content</td>and <td *specific td class*>content</td>\[/code\]How can i make this with regex, php and preg match?
 
Back
Top