<?php $matches = []; $a = preg_match('/([H])(?P<word>ello)/', "Hello", $matches); var_dump($matches);
You have javascript disabled. You will not be able to edit any code.