Created
June 2, 2019 21:04
-
-
Save shamilnabiyev/551eb5c6bd5bdb9cfe1c0339a777bfbc to your computer and use it in GitHub Desktop.
Escape chars from string in python
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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