divide um string em um vetor de strings
v = strsplit(str,ind)
string
um vetor de índices estritamente crescentes no intervalo
[1 length(str)-1]
.
o vetor coluna resultante de strings (dimensão
size(ind,'*')+1
).
v= strsplit(str,ind)
divide o string
str
em um vetor de strings nos pontos dados pelos
índices em ind
(após cada caractere apontado pelo
índice em ind).
S='strsplit divide um string em um vetor de strings'; strsplit(S,[15 25 30]) ind=strindex(S,' ') | ![]() | ![]() |