Skip to content

Commit 06855f0

Browse files
committed
feedback by @petwolt
1 parent 76e2b77 commit 06855f0

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

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/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)