<?php $arr = ['[text* your-name]','[email* your-email]','[text your-subject]','[textarea your-message]','[submit "Verzenden"]','[your-subject]','[your-name]','[your-email]','[your-message]']; foreach ($arr as $s) { if (preg_match_all('~(?<=\[)[^]\s]+(?=])~', $s, $matches)) { print_r($matches[0]); } }
You have javascript disabled. You will not be able to edit any code.