replace_regex method

replace_regex

def replace_regex(self, regex, new_text):
    ...
ParameterTypeDescription
regexstr
new_textstr

See Also