<?php preg_match('/(one|foo(*:first)|bar(*:second))([x])/', 'onex', $matches); var_dump($matches);
You have javascript disabled. You will not be able to edit any code.