No, .replace() does not support regex. Regular expressions in Python are handled by the re module. such as : article = re.sub(r'(?is)</html> ...
確定! 回上一頁