diff options
| author | 2022-04-26 09:19:00 +0000 | |
|---|---|---|
| committer | 2022-04-26 09:19:00 +0000 | |
| commit | 6b468a630e0ee6488e88743b1132a608ab9b04ec (patch) | |
| tree | 3b7e79ec6bcae5f75c93a541cc2867f0f7f47138 /output/botcore.utils.regex.html | |
| parent | Deploying to docs from @ python-discord/bot-core@b8030713bda8dbd0debe620a3a34... (diff) | |
Deploying to docs from @ python-discord/bot-core@a89043f08a7eec136e29f7e34e84c620f066ffea 🚀
Diffstat (limited to '')
| -rw-r--r-- | output/botcore.utils.regex.html | 12 | 
1 files changed, 6 insertions, 6 deletions
| diff --git a/output/botcore.utils.regex.html b/output/botcore.utils.regex.html index 2dcf4ab3..f233b693 100644 --- a/output/botcore.utils.regex.html +++ b/output/botcore.utils.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="scheduling" href="botcore.utils.scheduling.html" /><link rel="prev" title="members" href="botcore.utils.members.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.5.0, furo 2022.04.07"/> -        <title>regex - Bot Core v6.3.2</title> +        <title>regex - Bot Core v6.4.0</title>        <link rel="stylesheet" type="text/css" href="../_static/pygments.css" />      <link rel="stylesheet" type="text/css" href="../_static/styles/furo.css?digest=68f4518137b9aefe99b631505a2064c3c42c9852" />      <link rel="stylesheet" type="text/css" href="../_static/styles/furo-extensions.css?digest=30d1aed668e5c3a91c3e3bf6a60b675221979f0e" /> @@ -126,7 +126,7 @@        </label>      </div>      <div class="header-center"> -      <a href="../index.html"><div class="brand">Bot Core v6.3.2</div></a> +      <a href="../index.html"><div class="brand">Bot Core v6.4.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 v6.3.2</span> +  <span class="sidebar-brand-text">Bot Core v6.4.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"> @@ -218,21 +218,21 @@  <p>Common regular expressions.</p>  <dl class="py data">  <dt class="sig sig-object py" id="botcore.utils.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/b8030713bda8dbd0debe620a3a34d7678de7865d/botcore/utils/regex.py#L5-L16"><span class="viewcode-link"><span class="pre">[source]</span></span></a><a class="headerlink" href="#botcore.utils.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/a89043f08a7eec136e29f7e34e84c620f066ffea/botcore/utils/regex.py#L5-L16"><span class="viewcode-link"><span class="pre">[source]</span></span></a><a class="headerlink" href="#botcore.utils.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.utils.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/b8030713bda8dbd0debe620a3a34d7678de7865d/botcore/utils/regex.py#L23-L31"><span class="viewcode-link"><span class="pre">[source]</span></span></a><a class="headerlink" href="#botcore.utils.regex.FORMATTED_CODE_REGEX" title="Permalink to this definition">#</a></dt> +<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/a89043f08a7eec136e29f7e34e84c620f066ffea/botcore/utils/regex.py#L23-L31"><span class="viewcode-link"><span class="pre">[source]</span></span></a><a class="headerlink" href="#botcore.utils.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.utils.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/b8030713bda8dbd0debe620a3a34d7678de7865d/botcore/utils/regex.py#L38-L43"><span class="viewcode-link"><span class="pre">[source]</span></span></a><a class="headerlink" href="#botcore.utils.regex.RAW_CODE_REGEX" title="Permalink to this definition">#</a></dt> +<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/a89043f08a7eec136e29f7e34e84c620f066ffea/botcore/utils/regex.py#L38-L43"><span class="viewcode-link"><span class="pre">[source]</span></span></a><a class="headerlink" href="#botcore.utils.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> | 
