`re.sub` method with `.*`

后端 未结 0 1200
时光说笑
时光说笑 2020-12-31 11:39

I was using python re library and came across the following behavior.

>>> import re
>>> re.sub(pattern=".*", repl=&qu         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题