python Python方法用另一种模式替换模式,在字符串中找到

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了python Python方法用另一种模式替换模式,在字符串中找到相关的知识,希望对你有一定的参考价值。

import re

def replace(chars, subpattern, replacement, max_replacements=0):
    pattern = re.compile(subpattern, re.M)
    return pattern.sub(replacement, chars, max_replacements if max_replacements > 0 else 0)

以上是关于python Python方法用另一种模式替换模式,在字符串中找到的主要内容,如果未能解决你的问题,请参考以下文章

用另一种颜色替换图像中的特定颜色

Python正则表达式之re.match()

用另一条记录的结果替换空/空字符串

Python模板设计模式中有关重写模板方法的问题

用另一种方法访问数组

如果 NaN 用另一列替换,Pandas 将组中的最后一项替换