3v4l.org

run code in 300+ PHP versions simultaneously
<?php $re = '/.*\'(\d*)\'.*/'; $str = '404:Not Found(CLIENT_ERROR):Product with ref \'76767\' qsdqsd'; preg_match($re, $str, $matches); // Print the entire match result var_dump($matches[1]);

preferences:
37.09 ms | 402 KiB | 5 Q