<< Entiers
Aide de Scilab
Manipulation de fichiers sons >>
Aide de Scilab
>> Chaînes de caractères
Chaînes de caractères
asciimat
—
conversion d'une matrice de chaînes ASCII
eval
—
évaluation d'une matrice de chaînes de caractères
evstr
—
évaluation d'une expression
isnum
—
teste si une chaîne de caractères représente un nombre
string
—
conversion en chaîne de caractères
ascii
—
string ASCII conversions
blanks
—
create string of blank characters
char
—
converts in a character array
convstr
—
case conversion
emptystr
—
zero length string
grep
—
find matches of a string in a vector of strings
isalphanum
—
check that characters of a string are alphanumerics
isascii
—
tests if character is a 7-bit US-ASCII character
isdigit
—
check that characters of a string are digits between 0 and 9
isletter
—
check that characters of a string are alphabetic letters
justify
—
justify character array
length
—
length of object
part
—
Extraction of characters from strings
regexp
—
find a substring that matches the regular expression string
sci2exp
—
converts an expression to a string
strcat
—
concatenates character strings
strchr
—
find the first occurrence of a character in a string
strcmp
—
compare character strings
strcmpi
—
compare character strings (case independent)
strcspn
—
get span until character in string
strindex
—
search position of a character string in an other string
strings
—
Scilab Object, character strings
stripblanks
—
strips / trims leading and trailing blanks (and tabs) of strings
strncpy
—
copy characters from strings
strrchr
—
find the last occurrence of a character in a string
strrev
—
returns string reversed
strsplit
—
split a string into a vector of strings
strspn
—
get span of character set in string
strstr
—
locate substring
strsubst
—
substitute a character string by another in a character string
strtod
—
convert string to double
strtok
—
split string into tokens
tokenpos
—
returns the tokens positions in a character string
tokens
—
returns the tokens of a character string
Report an issue
<< Entiers
Aide de Scilab
Manipulation de fichiers sons >>