I have a file with <html><head><me ta something...><m eta something
else...>. I need to remove that text.
I would use str_ireplace, but the contents of the two metas change
with the file.
I know preg_replace allows you to do that, but how? I have tried to
learn regular expressions, but I am having serious problems doing so.
Thanks in advance.
else...>. I need to remove that text.
I would use str_ireplace, but the contents of the two metas change
with the file.
I know preg_replace allows you to do that, but how? I have tried to
learn regular expressions, but I am having serious problems doing so.
Thanks in advance.
Comment