python字符串 提取括号中的内容

返回值是一个列表

re.findall(r'[(](.*?)[)]', str1) 
原文地址:https://www.cnblogs.com/liujx2019/p/11313382.html