diff options
Diffstat (limited to 'output/botcore.regex.html')
-rw-r--r-- | output/botcore.regex.html | 22 |
1 files changed, 18 insertions, 4 deletions
diff --git a/output/botcore.regex.html b/output/botcore.regex.html index ea5e0b83..a578387e 100644 --- a/output/botcore.regex.html +++ b/output/botcore.regex.html @@ -6,7 +6,7 @@ <link rel="index" title="Index" href="../genindex.html" /><link rel="search" title="Search" href="../search.html" /><link rel="next" title="Changelog" href="../changelog.html" /><link rel="prev" title="Botcore" href="botcore.html" /> <link rel="shortcut icon" href="https://raw.githubusercontent.com/python-discord/branding/main/logos/logo_full/logo_full.min.svg"/><meta name="generator" content="sphinx-4.3.2, furo 2022.01.02"/> - <title>regex - Bot Core v0.1.0</title> + <title>regex - Bot Core v1.2.0</title> <link rel="stylesheet" type="text/css" href="../_static/pygments.css" /> <link rel="stylesheet" type="text/css" href="../_static/styles/furo.css?digest=df49af52631e7917044a9c21a57f7b83170a6dd0" /> <link rel="stylesheet" type="text/css" href="../_static/styles/furo-extensions.css?digest=fade93df149f7c5fedb3ff897f799dc7d283b420" /> @@ -126,7 +126,7 @@ </label> </div> <div class="header-center"> - <a href="../index.html"><div class="brand">Bot Core v0.1.0</div></a> + <a href="../index.html"><div class="brand">Bot Core v1.2.0</div></a> </div> <div class="header-right"> <div class="theme-toggle-container theme-toggle-header"> @@ -152,7 +152,7 @@ <img class="sidebar-logo" src="https://raw.githubusercontent.com/python-discord/branding/main/logos/logo_full/logo_full.min.svg" alt="Logo"/> </div> - <span class="sidebar-brand-text">Bot Core v0.1.0</span> + <span class="sidebar-brand-text">Bot Core v1.2.0</span> </a><form class="sidebar-search-container" method="get" action="../search.html" role="search"> <input class="sidebar-search" placeholder=Search name="q" aria-label="Search"> @@ -201,11 +201,25 @@ <p>Common regular expressions.</p> <dl class="py data"> <dt class="sig sig-object py" id="botcore.regex.DISCORD_INVITE"> -<span class="sig-name descname"><span class="pre">DISCORD_INVITE</span></span><a class="reference external" href="https://github.com/python-discord/bot-core/blob/1a9f0cf23fd20162fc7bac8e7f8e6cde27016f9b/botcore/regex.py#L5-L16"><span class="viewcode-link"><span class="pre">[source]</span></span></a><a class="headerlink" href="#botcore.regex.DISCORD_INVITE" title="Permalink to this definition">¶</a></dt> +<span class="sig-name descname"><span class="pre">DISCORD_INVITE</span></span><a class="reference external" href="https://github.com/python-discord/bot-core/blob/511bcba1b0196cd498c707a525ea56921bd971db/botcore/regex.py#L5-L16"><span class="viewcode-link"><span class="pre">[source]</span></span></a><a class="headerlink" href="#botcore.regex.DISCORD_INVITE" title="Permalink to this definition">¶</a></dt> <dd><p>Regex for discord server invites.</p> <dl class="field-list simple"> </dl> </dd></dl> +<dl class="py data"> +<dt class="sig sig-object py" id="botcore.regex.FORMATTED_CODE_REGEX"> +<span class="sig-name descname"><span class="pre">FORMATTED_CODE_REGEX</span></span><a class="reference external" href="https://github.com/python-discord/bot-core/blob/511bcba1b0196cd498c707a525ea56921bd971db/botcore/regex.py#L23-L31"><span class="viewcode-link"><span class="pre">[source]</span></span></a><a class="headerlink" href="#botcore.regex.FORMATTED_CODE_REGEX" title="Permalink to this definition">¶</a></dt> +<dd><p>Regex for formatted code, using Discord’s code blocks.</p> +<dl class="field-list simple"> +</dl> +</dd></dl> +<dl class="py data"> +<dt class="sig sig-object py" id="botcore.regex.RAW_CODE_REGEX"> +<span class="sig-name descname"><span class="pre">RAW_CODE_REGEX</span></span><a class="reference external" href="https://github.com/python-discord/bot-core/blob/511bcba1b0196cd498c707a525ea56921bd971db/botcore/regex.py#L38-L43"><span class="viewcode-link"><span class="pre">[source]</span></span></a><a class="headerlink" href="#botcore.regex.RAW_CODE_REGEX" title="Permalink to this definition">¶</a></dt> +<dd><p>Regex for raw code, <em>not</em> using Discord’s code blocks.</p> +<dl class="field-list simple"> +</dl> +</dd></dl> </section> </article> |