正则表达式求助
python吧
全部回复
仅看楼主
level 6
亲自走路
楼主
import re
r=re.split(r'[^\w]+', 'a,b;; -c d+e|f__g')
print('为什么去不掉下划线f__g',r)
2016年10月06日 13点10分
1
1