python regex split

result = re.split(r"[,(\] ){}\t:;.\n]", subject)

原文地址:https://www.cnblogs.com/lexus/p/2809445.html