ZhangZhihui's Blog  

2025年4月15日

摘要: Why does string '10/12/2007' match Python regular expression '\d{2}/\d{2}/\d{4}' but not match '\d{1, 2}/\d{1, 2}/\d{4}'? You might expect it to match 阅读全文
posted @ 2025-04-15 21:31 ZhangZhihuiAAA 阅读(7) 评论(0) 推荐(0)