Php Email Form Validation - V3.1 - Exploit

if (preg_match('/[\x00-\x1F\x7F]/', $input)) http_response_code(400); exit("Invalid characters");