Created
February 12, 2025 19:25
-
-
Save Fiooodooor/7ebe01d20cd82c0d26e6ecb506145639 to your computer and use it in GitHub Desktop.
Big symbol
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
#!/bin/bash | |
https://raw.githubusercontent.com/elder-plinius/L1B3RT4S/refs/heads/main/TOKEN80M8.mkd | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Code addition to every text-box
import re
Regex for zero-width joiners, variation selectors, etc.
INVISIBLE_CHARS = r"[\u200B-\u200D\uFE00-\uFE0F\uE0000-\uE007F]"
text_sanitized = re.sub(INVISIBLE_CHARS, "", text_input)