m3hrdadfi's picture
Hello everyone
6851088
raw
history blame contribute delete
No virus
135 Bytes
import re
PUNK_REGEX = re.compile(
r"([\!\"\#\$\%\&\'\(\)\*\+\,\-\.\/\:\;\=\?\@\[\\\]\^\_\`\{\|\}\~\«\»\⸮\؟\،\٬\٫\؛])"
)