3v4l.org

run code in 300+ PHP versions simultaneously
<?php $text = 'ignore everything except this (text)'; preg_match('#\((.*?)\)#', $text, $match); print $match[1]; ?>

preferences:
126.59 ms | 402 KiB | 5 Q