Scilab Function

strsubst - substitute a character string by another in a character string.

Sequence d'appel

str=strsubst(str1,str2,str3)

Parametres

Description

strsubst replaces all occurrences of str2 in str1 by str3.

Exemples

Voir aussi