<?php $text = "Je naam (verplicht) [text* your-test] Je e-mailadres (verplicht) [email* your-tester] Onderwerp [text your-testerer] Je bericht [textarea your-testererer] [area-without-attribute]"; if (preg_match_all('~\[(?:\w+\*?\s+)?([^][]+)]~', $text, $matches)) { print_r($matches[1]); }
You have javascript disabled. You will not be able to edit any code.