YohLee / Learning

学习资料
2 stars 0 forks source link

python 正则表达式 #3

Open YohLee opened 6 years ago

YohLee commented 6 years ago

去除空格,换行符,制表符

str.replace('\t','').replace('\n','').replace(' ','')