<?php$s = "asdfasdf /1234/ /5527191/ /15974/";preg_match_all("#/\d{1,10}/#", $s, $matches);var_dump($matches);?>
Standard input is empty
array(1) { [0]=> array(3) { [0]=> string(6) "/1234/" [1]=> string(9) "/5527191/" [2]=> string(7) "/15974/" } }
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!