Scilab-Branch-6.1-GIT
- Scilabヘルプ
- Strings
- ascii
- asciimat
- blanks
- char
- convstr
- emptystr
- evstr
- grep
- isalphanum
- isascii
- isdigit
- isletter
- isnum
- justify
- length
- part
- prettyprint
- regexp
- sci2exp
- strcat
- strchr
- strcmp
- strcspn
- strindex
- string
- stripblanks
- strncpy
- strrchr
- strrev
- strsplit
- strspn
- strstr
- strsubst
- strtod
- strtok
- tokenpos
- tokens
Please note that the recommended version of Scilab is 2025.0.0. This page might be outdated.
See the recommended documentation of this function
stripblanks
文字列の先頭または末尾の空白(およびタブ)を取り除く
呼び出し手順
txt = stripblanks(txt[,tabs])
引数
- txt
文字列または文字列の行列
- tabs
論理値,
%t
の場合タブも削除されます (デフォルト値は%f
です).
説明
stripblanks
関数は,
文字列の先頭または末尾の空白(およびタブ)を取り除きます.
例
Report an issue | ||
<< string | Strings | strncpy >> |