|
4 | 4 | lang: en
|
5 | 5 | ---
|
6 | 6 | <p>
|
7 |
| - The following poem "Ottos Mops" is by Ernst Jandl. |
8 |
| - Find all words which begin with <span class="regex">f</span> or <span class="regex">k</span>. |
| 7 | + The following poem <a href="http://www.signandsight.com/features/290.html">"fritz's bitch" is by Brian Murdoch</a>. |
| 8 | + It is a translation of Ernst Jandl's "Ottos Mops". |
| 9 | + Find all words which begin with <span class="regex">s</span> or <span class="regex">i</span>. |
9 | 10 | </p>
|
10 | 11 | <div class="playfield">
|
11 | 12 | <!-- needs attention -->
|
12 |
| - <input type="text" value="" class="regex" reference=" f| k"> |
| 13 | + <input type="text" value="" class="regex" reference=" s| i"> |
13 | 14 | <div class="message"></div>
|
14 | 15 | <ul class="examples">
|
15 |
| - <li>ottos mops trotzt</li> |
16 |
| - <li>otto: fort mops fort</li> |
17 |
| - <li>ottos mops hopst fort</li> |
18 |
| - <li>otto: soso</li> |
| 16 | + <li>fritz's bitch itches</li> |
| 17 | + <li>fritz: quit bitch quit</li> |
| 18 | + <li>fritz's bitch quits it</li> |
| 19 | + <li>fritz: nitwit</li> |
19 | 20 | <li></li>
|
20 |
| - <li>otto holt koks</li> |
21 |
| - <li>otto holt obst</li> |
22 |
| - <li>otto horcht</li> |
23 |
| - <li>otto: mops mops</li> |
24 |
| - <li>otto hofft</li> |
25 |
| - <li> |
26 |
| - <li>ottos mops klopft</li> |
27 |
| - <li>otto: komm mops komm</li> |
28 |
| - <li>ottos mops kommt</li> |
29 |
| - <li>ottos mops kotzt</li> |
30 |
| - <li>otto: ogottogott</li> |
| 21 | + <li>fritz picks chips</li> |
| 22 | + <li>fritz picks chips</li> |
| 23 | + <li>fritz listens</li> |
| 24 | + <li>fritz: bitch bitch</li> |
| 25 | + <li>fritz wishes</li> |
| 26 | + <li></li> |
| 27 | + <li>fritz's bitch twitches</li> |
| 28 | + <li>fritz: sit bitch sit</li> |
| 29 | + <li>fritz's bitch sits</li> |
| 30 | + <li>fritz's bitch is sick</li> |
| 31 | + <li>fritz: shitshitshit</li> |
31 | 32 | </ul>
|
32 | 33 | </div>
|
33 | 34 | <p class="hint">
|
34 | 35 | <!-- 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. |
| 36 | + The <span class="regex">i</span> is in the middle of the word<span class="regex">nitwit</span>. |
| 37 | + Use spaces to find the beginning of the word. |
37 | 38 | </p>
|
0 commit comments