3v4l.org

run code in 300+ PHP versions simultaneously
<?php $str = 'DES ANALYSES BIOLOGIQUES 3433 130906 / 3842'; preg_match( '/BIOLOGIQUES(?:(?!\d+).)+(\d+)/', $str, $matches); echo $matches[1];

preferences:
36.66 ms | 402 KiB | 5 Q