<?php preg_match("/(\w+)?/", "",$matches); print_r($matches); echo "\n"; preg_match("/(\w*)/", "",$matches); print_r($matches);
You have javascript disabled. You will not be able to edit any code.