Skip to content

Commit b4f5983

Browse files
committed
fix regex under FAQ 3.6
Ran `make faq sitemap` to perform the above.
1 parent 38c5ae9 commit b4f5983

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

faq.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -453,7 +453,7 @@ <h2>Frequently Asked Questions</h2>
453453

454454
<!-- BEFORE: 1st line of markdown file: faq.md -->
455455
<h1 id="ioccc-faq-table-of-contents">IOCCC FAQ Table of Contents</h1>
456-
<p>This is FAQ version <strong>28.2.21 2025-07-31</strong>.</p>
456+
<p>This is FAQ version <strong>28.2.22 2025-08-24</strong>.</p>
457457
<h2 id="entering-the-ioccc-the-bare-minimum-you-need-to-know">0. <a href="#enter_questions">Entering the IOCCC: the bare minimum you need to know</a></h2>
458458
<ul>
459459
<li><strong>Q 0.0</strong>: <a class="normal" href="#enter">How can I enter the IOCCC?</a></li>
@@ -3080,7 +3080,7 @@ <h3 id="q-3.6-what-is-an-author_handle">Q 3.6: What is an <code>author_handle</c
30803080
POSIX safe string plus the use of <code>+</code> (for technical reasons beyond this
30813081
answer). In particular, the <code>author_handle</code> must be an ASCII string or
30823082
32 characters or less that matches this regexp:</p>
3083-
<pre><code> ^[0-9A-Za-z][0-9A-Za-z._+-]*$&quot;</code></pre>
3083+
<pre><code> ^[0-9A-Za-z][0-9A-Za-z._+-]*$</code></pre>
30843084
<p>Default <code>author_handle</code>’s do not have multiple consecutive <code>_</code> (underscore)
30853085
characters. Nevertheless, multiple consecutive <code>_</code> (underscore) characters are
30863086
allowed. Contest submitters who wish to override their default <code>author_handle</code>

faq.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# IOCCC FAQ Table of Contents
22

3-
This is FAQ version **28.2.21 2025-07-31**.
3+
This is FAQ version **28.2.22 2025-08-24**.
44

55

66
## 0. [Entering the IOCCC: the bare minimum you need to know](#enter_questions)
@@ -3042,7 +3042,7 @@ answer). In particular, the `author_handle` must be an ASCII string or
30423042
32 characters or less that matches this regexp:
30433043

30443044
``` <!---re-->
3045-
^[0-9A-Za-z][0-9A-Za-z._+-]*$"
3045+
^[0-9A-Za-z][0-9A-Za-z._+-]*$
30463046
```
30473047

30483048
Default `author_handle`'s do not have multiple consecutive `_` (underscore)

sitemap.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16750,11 +16750,11 @@
1675016750
</url>
1675116751
<url>
1675216752
<loc>https://www.ioccc.org/faq.html</loc>
16753-
<lastmod>2025-08-01T17:13:12+00:00</lastmod>
16753+
<lastmod>2025-08-24T22:21:51+00:00</lastmod>
1675416754
</url>
1675516755
<url>
1675616756
<loc>https://www.ioccc.org/faq.md</loc>
16757-
<lastmod>2025-08-01T17:18:05+00:00</lastmod>
16757+
<lastmod>2025-08-24T22:21:36+00:00</lastmod>
1675816758
</url>
1675916759
<url>
1676016760
<loc>https://www.ioccc.org/inc/index.html</loc>

0 commit comments

Comments
 (0)