作者 lyh

gxAiblog自动发布

... ... @@ -71,6 +71,6 @@ class lyhDemo extends Command
if (preg_match('/^(.*?\b)\w*$/', $text, $matches)) {
return $matches[1];
}
return $text; // fallback
return trim($text); // fallback
}
}
... ...