3v4l.org

run code in 300+ PHP versions simultaneously
<?php $url = "https://dave.wistia.com/medias/0k5h1g1chs"; $regex = '%https*:\/\/.*(?:wistia\.com|wi\.st)\/(?:medias|embed)\/(.*?)%'; preg_match( $regex, $url, $matches ); print_r ($matches);

preferences:
54.55 ms | 402 KiB | 5 Q