<?php $a = '/^([a-z-[aeiuo]]*)$/'; var_dump(preg_match($a, 'sd'));
You have javascript disabled. You will not be able to edit any code.