I think I'll just use regex
<.?meta.?description.*?=\"\'[\"\']
Is the syntax correct?
It should match <meta anything description anything= 'or " then the next ' or ""
Am I correct?
<meta name="description" content="This is a discussion forum for discussing all aspects of the serverside scripting language PHP" />
Should produce This is a discussion forum for discussing all aspects of the serverside scripting language PhP