Hello eveyone. I am not really that good at regexes and I have been working on oe to identify Flash <object> tags and I am not having any success. Can anyone help me out?
Here is the code I have set up to detect the tags:
Thanks in advance!
Web site design, internet marketing, SEO and business solutions company.
Here is the code I have set up to detect the tags:
Code:
if (preg_match("/\<object[0-9a-z\_\?\*\=\"\:\-\/\.\#\,\<\>\'\"\n\r\t\s]+\>.*\<\/object\>/smUi",$array[$i], $tag_contents))
Thanks in advance!
Web site design, internet marketing, SEO and business solutions company.