Skip to content

Commit ac020c1

Browse files
Merge pull request #40 from orcutt989/patch-3
Or make it more English Friendly
2 parents a348dac + 0d98074 commit ac020c1

File tree

1 file changed

+10
-11
lines changed

1 file changed

+10
-11
lines changed

steps/03-02-or.html

Lines changed: 10 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -4,21 +4,20 @@
44
lang: en
55
---
66
<p>
7-
<!-- I do not think native English speakers know to look for "hausen" or "roda". Maybe explain why you would use those. -->
8-
And now, try to find villages which also contain <span class="regex">bach</span> or <span class="regex">hausen</span> or <span class="regex">roda</span> .
7+
Find all compound words that contain the word "any" or "battle" or "dog".
98
</p>
109
<div class="playfield">
11-
<input type="text" value="" class="regex" reference="hausen|roda|bach">
10+
<input type="text" value="" class="regex" reference="any|battle|dog">
1211
<div class="message"></div>
1312
<ul class="examples">
14-
<li>Waltershausen</li>
15-
<li>Friedrichroda</li>
16-
<li>Tabarz</li>
17-
<li>Fischbach</li>
18-
<li>Zeulenroda</li>
19-
<li>Vieselbach</li>
20-
<li>Sondershausen</li>
21-
<li>Sömmerda</li>
13+
<li>anybody</li>
14+
<li>doghouse</li>
15+
<li>cookbook</li>
16+
<li>battlecruiser</li>
17+
<li>battlecry</li>
18+
<li>grapevine</li>
19+
<li>anyhow</li>
20+
<li>dogwood</li>
2221
</ul>
2322
</div>
2423
<p>

0 commit comments

Comments
 (0)