3v4l.org

run code in 300+ PHP versions simultaneously
<?php $domains[] = 'www.wp.pl'; $domains[] = 'http://www.onet.pl/plp/costam'; $domains[] = 'onet.pl'; $domains[] = 'https://redtube.com/porn'; print_r(array_map(function ($domain) { preg_match('#(https?:\/\/)?(www\.)?([^\/]+)#', $domain, $matches); return $matches[3] ?? null; }, $domains));

preferences:
59.99 ms | 402 KiB | 5 Q