Skip to content

Instantly share code, notes, and snippets.

@shamilnabiyev
Created June 2, 2019 21:04
Show Gist options
  • Save shamilnabiyev/551eb5c6bd5bdb9cfe1c0339a777bfbc to your computer and use it in GitHub Desktop.
Save shamilnabiyev/551eb5c6bd5bdb9cfe1c0339a777bfbc to your computer and use it in GitHub Desktop.
Escape chars from string in python
some_text.translate(str.maketrans({" ": r"-",".": r":"}))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment