<?php $string = ')(8234@#$ABCFG3478&* hello'; $chars = implode("",range('a','z')) . implode("",range('A','Z')) . implode("",range(0,9)); $str = strpbrk($string, $chars); if($str !== false){ echo $str[0]; }else{ echo "No non-special character found"; }
You have javascript disabled. You will not be able to edit any code.
Value for `_results` contains invalid data `array`