Spaces:
Runtime error
Runtime error
File size: 135 Bytes
f474d6a |
1 2 3 4 5 6 |
import re
PUNK_REGEX = re.compile(
r"([\!\"\#\$\%\&\'\(\)\*\+\,\-\.\/\:\;\=\?\@\[\\\]\^\_\`\{\|\}\~\«\»\⸮\؟\،\٬\٫\؛])"
)
|