Try to use like this
$real_value = preg_match('/^[a-zA-Z\-]+\s*\(.*\)$/', $value) ? $value : '"' . $value . '"';