Skip to content

Or make it more English Friendly #40

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
May 11, 2017
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 10 additions & 11 deletions steps/03-02-or.html
Original file line number Diff line number Diff line change
@@ -4,21 +4,20 @@
lang: en
---
<p>
<!-- I do not think native English speakers know to look for "hausen" or "roda". Maybe explain why you would use those. -->
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> .
Find all compound words that contain the word "any" or "battle" or "dog".
</p>
<div class="playfield">
<input type="text" value="" class="regex" reference="hausen|roda|bach">
<input type="text" value="" class="regex" reference="any|battle|dog">
<div class="message"></div>
<ul class="examples">
<li>Waltershausen</li>
<li>Friedrichroda</li>
<li>Tabarz</li>
<li>Fischbach</li>
<li>Zeulenroda</li>
<li>Vieselbach</li>
<li>Sondershausen</li>
<li>Sömmerda</li>
<li>anybody</li>
<li>doghouse</li>
<li>cookbook</li>
<li>battlecruiser</li>
<li>battlecry</li>
<li>grapevine</li>
<li>anyhow</li>
<li>dogwood</li>
</ul>
</div>
<p>