<?php function ctype_print_utf(string $string): bool { return preg_match('/[[:cntrl:]]/', $string) === 0; } var_dump(ctype_print_utf('Garc�a'));
You have javascript disabled. You will not be able to edit any code.