3v4l.org

run code in 300+ PHP versions simultaneously
<?php $relativeUrl = "/string1/(\d+)/string2/(\d+)/string3"; $currentUrl = "/string1/ssss/string2/5678/string3"; preg_match('#' . $relativeUrl . '#', $currentUrl, $matches); var_dump($matches);

preferences:
55.24 ms | 402 KiB | 5 Q