3v4l.org

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

preferences:
45.22 ms | 402 KiB | 5 Q