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