import re result = re.sub(pattern, repl, string, count=0, flags=0); ... To use back reference define capture groups using () and reference to those using \1 ...
確定! 回上一頁