<?php $string = "ABCD\xc3"; $r = preg_match('/^./u',$string, $match); var_dump($r);
You have javascript disabled. You will not be able to edit any code.