Skip to content

Instantly share code, notes, and snippets.

@kinow
Created December 10, 2018 04:13
Show Gist options
  • Save kinow/858d68c146d06795ba727156ee91905f to your computer and use it in GitHub Desktop.
Save kinow/858d68c146d06795ba727156ee91905f to your computer and use it in GitHub Desktop.
import re
s = re.sub(r"\db", r"\d_", "1bread")
print(s)
@kinow
Copy link
Author

kinow commented Dec 11, 2018

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment