We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0b7f683 + 42ed3b8 commit 30a896dCopy full SHA for 30a896d
steps/03-03-or.html
@@ -8,6 +8,7 @@
8
Find all words which begin with <span class="regex">f</span> or <span class="regex">k</span>.
9
</p>
10
<div class="playfield">
11
+ <!-- " f|k" also works -->
12
<input type="text" value="" class="regex" reference=" f| k">
13
<div class="message"></div>
14
<ul class="examples">
@@ -30,6 +31,7 @@
30
31
</ul>
32
</div>
33
<p class="hint">
34
+ <!-- Hint still in German -->
35
Das <span class="regex">f</span> is mitten im Wort <span class="regex">hofft</span>.
36
Verwende Leerzeichen, um den Wortanfang zu finden.
37
0 commit comments