-
-

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().

-
-
-
-
- -
-
-FORMATTED_CODE_REGEX[source]#
-

Regex for formatted code, using Discord’s code blocks.

-
-
-
- -
-
-RAW_CODE_REGEX[source]#
-

Regex for raw code, not using Discord’s code blocks.

-
-
-
- -
- -