Guest User

Untitled

a guest
Mar 18th, 2018
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.08 KB | None | 0 0
  1. line = 'asdf fjdk; afed, fjek,asdf, foo'
  2. import re
  3. re.split(r'[;,s]s*', line)
Add Comment
Please, Sign In to add comment