Python的re模块对正则表达式提供了支持,其中返回Match对象的方法是()。

Python的re模块对正则表达式提供了支持,其中返回Match对象的方法是()。

A.match()

B.search()

C.findall()

D.finditer()

正确答案:ABC

猜你喜欢