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 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
Original file line number Diff line number Diff line change 22title: 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 >
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 22title: 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 >
You can’t perform that action at this time.
0 commit comments