protected function isUTF8Invalid(string $value) : bool { return preg_match(self::VALID_UTF8_REGEX, $value) !== false; }