Hey guys,
having just completed a huge set of tutorials on regex, I came up with the following pattern:
$regex = '(?is)<head>(.?)*</head>';
Of course, this is designed for a PERL script and consequently errors in PHP. I assume it's got something to do with / character.
Can anyone offer a solution?
Thanks,
Zingbats.