Scilab 5.5.1
      
      - Scilabヘルプ
 - Strings
 - ascii
 - asciimat
 - blanks
 - char
 - convstr
 - emptystr
 - eval
 - evstr
 - grep
 - isalphanum
 - isascii
 - isdigit
 - isletter
 - isnum
 - justify
 - length
 - part
 - regexp
 - sci2exp
 - strcat
 - strchr
 - strcmp
 - strcmpi
 - strcspn
 - strindex
 - string
 - strings
 - stripblanks
 - strncpy
 - strrchr
 - strrev
 - strsplit
 - strspn
 - strstr
 - strsubst
 - strtod
 - strtok
 - tokenpos
 - tokens
 
Please note that the recommended version of Scilab is 2026.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 | ||
| << strings | Strings | strncpy >> |