Skip to content

Instantly share code, notes, and snippets.

@Fiooodooor
Created February 12, 2025 19:25
Show Gist options
  • Save Fiooodooor/7ebe01d20cd82c0d26e6ecb506145639 to your computer and use it in GitHub Desktop.
Save Fiooodooor/7ebe01d20cd82c0d26e6ecb506145639 to your computer and use it in GitHub Desktop.
Big symbol
#!/bin/bash
https://raw.githubusercontent.com/elder-plinius/L1B3RT4S/refs/heads/main/TOKEN80M8.mkd
@Fiooodooor
Copy link
Author

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)

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