Python regex for int with at least 4 digits

后端 未结 3 1654
走了就别回头了
走了就别回头了 2020-12-20 19:29

I am just learning regex and I\'m a bit confused here. I\'ve got a string from which I want to extract an int with at least 4 digits and at most 7 digits. I tried it as foll

3条回答
提交回复
热议问题