A. match()函数从字符串开始位置检测 B. search()函数从字符串任意位置检测 C. findall()函数会以列表形式将匹配结果返回 D. finditer()函数会以列表形式将匹配结果返回
A. python B. 90python C. 90python _-2 D. _-2
A. split() B. sub() C. subn() D. compile()