prova così
codice:
preg_match("#^\d{2}\s\w{3}\s\d{2}\s+\d{3}#",$s,$matches);
print_r($matches);