I tried this:
$mtcDatum = preg_match("/[0-9]{2}/[0-9]{2}/[0-9]{4}/", $lnURL);
This returns an error message:
Warning: preg_match() [function.preg-match]: Unknown modifier '['
Why doesn't this work? I'm used to Linux's way of doing regex, does PHP handle regex differently?