replace metod

replace(self, old_string, new_string)

Ersätter all celltext med en ny sträng.


def replace(self, old_string, new_string):
    ...
ParameterTypBeskrivning
old_stringstrGammalt strängvärde.
new_stringstrNytt strängvärde.

Se även