regex¶
Common regular expressions.
- DISCORD_INVITE[source]¶
Regex for Discord server invites.
Warning
This regex pattern will capture until a whitespace, if you are to use the ‘invite’ capture group in any HTTP requests or similar. Please ensure you sanitise the output using something such as
urllib.parse.quote()
.