stripblanks
文字列の先頭または末尾の空白(およびタブ)を取り除く
呼び出し手順
txt = stripblanks(txt[,tabs])
引数
- txt
文字列または文字列の行列
- tabs
論理値,
%t
の場合タブも削除されます (デフォルト値は%f
です).
説明
stripblanks
関数は,
文字列の先頭または末尾の空白(およびタブ)を取り除きます.
例
Report an issue | ||
<< string | Strings | strncpy >> |