<?php $input = "/mystring"; $pattern = "~/?(\w+)(?:\?(\w+))?~"; if (preg_match($pattern, $input, $matches)) { print_r($matches); }
You have javascript disabled. You will not be able to edit any code.