标签:bsp 正则表达 abc ext %s text findall 表达式 举例
使用格式化字符串的方式实现举例:
re.findall("(this,%s,‘(.*?)‘"%str(i),"abcd(this,1,‘123123)‘)这里i为变量
python正则表达式中含有变量的写法
原文地址:https://www.cnblogs.com/VseYoung/p/9095032.html