3v4l.org

run code in 300+ PHP versions simultaneously
<?php $pattern = '# \w*?[aeiou]{2}\w*? #'; $string = "There's a moose loose this house"; $matches = array(); preg_match_all($pattern, $string, $matches); var_dump($matches[0]);

preferences:
48.84 ms | 402 KiB | 5 Q