<?php $str = 'AB?????DE'; if (preg_match('/(.)\\1{3}/', $str, $matches)) print_r($matches);
You have javascript disabled. You will not be able to edit any code.