Skip to content

Commit 86be5dd

Browse files
authored
Merge pull request #85 from CoderDojoPotsdam/patch-01
Feedback
2 parents bfbef5c + 3e81107 commit 86be5dd

File tree

4 files changed

+14
-2
lines changed

4 files changed

+14
-2
lines changed

de/00-01.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,11 @@
1414
<img src="../img/xkcd/regular-expressions.png">
1515
</a>
1616
</p>
17+
<p>
18+
Du kannst zum nächsten Schritt gelangen, indem du auf den Knopf unten drückst.
19+
Du kannst immer zwischen allen Schritten des Tutorials springen, indem du
20+
du Kreise oben auf der Seite verwendest.
21+
</p>
1722
<script type="text/javascript">
1823
window.addEventListener("load", function(){
1924
updateRequirements(); // nächste Seite grün machen

de/07-01.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
title: Anfang und Ende
33
---
44
<p>
5+
Das Hütchen hat noch eine zweite Bedeutung, wenn es nicht in einer Klammer ist.
56
Du kannst das Hütchen <span class="regex">^</span> auch außerhalb von Klammern verwenden.
67
Dann passt es auf den Anfang der Zeile.
78
</p>

en/00-01.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,11 @@
1212
<img src="../img/xkcd/regular-expressions.png">
1313
</a>
1414
</p>
15+
<p>
16+
You can proceed to the next step when you click the button below.
17+
You can always go back and forth between the steps of the tutorial using the
18+
circles on the top of the page.
19+
</p>
1520
<script type="text/javascript">
1621
window.addEventListener("load", function(){
1722
updateRequirements(); // nächste Seite grün machen

en/07-01.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,9 @@
22
title: Start and End
33
---
44
<p>
5-
You can use the circumflex <span class="regex">^</span> outside of brackets.
6-
Then, it matches the beginning of the line.
5+
The circumflex has a second meaning when it is used outside of the brackets.
6+
When use the circumflex <span class="regex">^</span> outside of brackets,
7+
it matches the beginning of the line.
78
</p>
89
<p>
910
The <a href="05-02-sets-with-ranges.html">example with the numbers 20-29</a>

0 commit comments

Comments
 (0)