Questo dovrebbe andare bene: Codice PHP: preg_match("#\D+(\d+)/(\d+) (\d+)/(\d+) (\d+)/(\d+) (-?\d+)/(\d+)#", $str, $matches);
preg_match("#\D+(\d+)/(\d+) (\d+)/(\d+) (\d+)/(\d+) (-?\d+)/(\d+)#", $str, $matches);
Regole del Forum