Function
Dim i As Int32 = 0While i <> -1i = expr.IndexOf(a, i)If (i >= 0) Thenexpr = expr.Substring(0, i) + b + expr.Substring(i + a.Length)i += b.LengthEnd IfEnd WhileReturn expr
End FunctionBonne chance
Se souvenir du profil
Mot de passe oublié ? / Activation de compteCréer un compte