_str-trim

文字列の両端の空白を削除します。

引数初期値説明
_str-trim($string);
$stringString文字列

文字列の両端の空白を削除

@debug _str-trim(' takamoso ');
// => takamoso