为了账号安全,请及时绑定邮箱和手机立即绑定

[1-9]?\d$ 匹配09时应该能匹配到9吧??

如题 https://regex101.com/ 网站下测试能得到9 为什么python环境下得不到?

正在回答

2 回答

大爷的,没仔细看。

match(pattern, string, flags=0)
   Try to apply the pattern at the start of the string, returning
   a match object, or None if no match was found.

意思是必须以符合规则的为开头

0 回复 有任何疑惑可以回复我~

用match方法[1-9]?\d$ 匹配09 时匹配不到9,而用findall可以

用match方法[1-9]?\d$ 匹配sdfdsf09 时匹配不到9,而用findall可以

两者有什么差别?

0 回复 有任何疑惑可以回复我~

举报

0/150
提交
取消
python正则表达式
  • 参与学习       80575    人
  • 解答问题       174    个

如何使用正则处理文本,带你对python正则有个全面了解

进入课程

[1-9]?\d$ 匹配09时应该能匹配到9吧??

我要回答 关注问题
意见反馈 帮助中心 APP下载
官方微信