用findall捕获组?
发布于 2021-01-29 16:41:13
如果可以,如何访问捕获的组findall(r'regex(with)capturing.goes.here')
?我知道我可以通过做到这一点finditer
,但我不想重复。
关注者
0
被浏览
52
1 个回答