Scilab 5.5.2
- Scilab Help
- 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 2025.0.0. This page might be outdated.
See the recommended documentation of this function
stripblanks
strips / trims leading and trailing blanks (and tabs) of strings
Calling Sequence
txt = stripblanks(txt[,tabs])
Arguments
- txt
a character string or matrix of character strings.
- tabs
a boolean, if
%t
then tabs are also stripped (default value is%f
).
Description
The stripblanks
function strips / trims leading and trailing blanks (and tabs) of strings.
Examples
Report an issue | ||
<< strings | Strings | strncpy >> |