<?php $str = <<<EOD "Test" 'Test' `Test` (Test) EOD; preg_match_all("/.(\w+)./", $str,$match); foreach($match as &$m) $m = array_unique($m); var_dump($match);
You have javascript disabled. You will not be able to edit any code.