File tree Expand file tree Collapse file tree 4 files changed +14
-2
lines changed Expand file tree Collapse file tree 4 files changed +14
-2
lines changed Original file line number Diff line number Diff line change 14
14
< img src ="../img/xkcd/regular-expressions.png ">
15
15
</ a >
16
16
</ 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 >
17
22
< script type ="text/javascript ">
18
23
window . addEventListener ( "load" , function ( ) {
19
24
updateRequirements ( ) ; // nächste Seite grün machen
Original file line number Diff line number Diff line change 2
2
title: Anfang und Ende
3
3
---
4
4
< p >
5
+ Das Hütchen hat noch eine zweite Bedeutung, wenn es nicht in einer Klammer ist.
5
6
Du kannst das Hütchen < span class ="regex "> ^</ span > auch außerhalb von Klammern verwenden.
6
7
Dann passt es auf den Anfang der Zeile.
7
8
</ p >
Original file line number Diff line number Diff line change 12
12
< img src ="../img/xkcd/regular-expressions.png ">
13
13
</ a >
14
14
</ 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 >
15
20
< script type ="text/javascript ">
16
21
window . addEventListener ( "load" , function ( ) {
17
22
updateRequirements ( ) ; // nächste Seite grün machen
Original file line number Diff line number Diff line change 2
2
title: Start and End
3
3
---
4
4
< 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.
7
8
</ p >
8
9
< p >
9
10
The < a href ="05-02-sets-with-ranges.html "> example with the numbers 20-29</ a >
You can’t perform that action at this time.
0 commit comments