Skip to navigation
Replace all non-alphanumeric characters in a string in python
07.12.13
import re re.sub('[^0-9a-zA-Z_-]+', '', "hel\lo")
Reply
Anonymous
Information Epoch 1757622529
ACID (Atomicity, Consistency, Isolation, and Durability)
Home
Notebook
Contact us