|
4 | 4 | lang: en
|
5 | 5 | ---
|
6 | 6 | <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". |
9 | 8 | </p>
|
10 | 9 | <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"> |
12 | 11 | <div class="message"></div>
|
13 | 12 | <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> |
22 | 21 | </ul>
|
23 | 22 | </div>
|
24 | 23 | <p>
|
|
0 commit comments