Skip to content

Instantly share code, notes, and snippets.

@wldhx
Created July 26, 2016 17:16
Show Gist options
  • Select an option

  • Save wldhx/1df2387096788891cbb68b93b74c7e83 to your computer and use it in GitHub Desktop.

Select an option

Save wldhx/1df2387096788891cbb68b93b74c7e83 to your computer and use it in GitHub Desktop.
text = 'aa bb cc!!!!__'
f = functools.partial(re.sub, '[\W_]+', '')
' '.join(list(map(f, text.split())))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment