Python regex \w* versus \w+

前端 未结 0 827
情书的邮戳
情书的邮戳 2021-01-24 10:00

import re namesRegex = re.compile(r\'Agent (\\w)w+\') namesRegex.sub(r\'Agent \\1****, \'Agent Alice gave the secret documents to Agent Bob\')

Why doesn\'t this give me \

相关标签:
回答
  • 消灭零回复
提交回复
热议问题