是否值得使用Python的re.编译?
在Python中使用用于正则表达式的编译有什么好处吗?
h = re.compile('hello')h.match('hello world')
VS
re.match('hello', 'hello world')
有只小跳蛙
呼啦一阵风
相关分类