gpt4 book ai didi

python - 如何在字符串中包含\作为正则表达式 python 的模式

转载 作者:太空宇宙 更新时间:2023-11-04 08:58:05 24 4
gpt4 key购买 nike

<分区>

在 python 中使用正则表达式,我想编译一个字符串,使模式“\1”到“\9”。我试过了

regex= re.compile("\\(\d)")  #sre_constants.error: unbalanced parenthesis
regex= re.compile("\\\(\d)") #gets \\4 but not \4

但是没有用..

有什么想法吗?

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com