We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 76e2b77 commit 06855f0Copy full SHA for 06855f0
2 files changed
de/07-01.html
@@ -2,6 +2,7 @@
2
title: Anfang und Ende
3
---
4
<p>
5
+ Das Hütchen hat noch eine zweite Bedeutung, wenn es nicht in einer Klammer ist.
6
Du kannst das Hütchen <span class="regex">^</span> auch außerhalb von Klammern verwenden.
7
Dann passt es auf den Anfang der Zeile.
8
</p>
en/07-01.html
@@ -2,8 +2,9 @@
title: Start and End
- You can use the circumflex <span class="regex">^</span> outside of brackets.
- Then, it matches the beginning of the line.
+ The circumflex has a second meaning when it is used outside of the brackets.
+ When use the circumflex <span class="regex">^</span> outside of brackets,
+ it matches the beginning of the line.
9
10
The <a href="05-02-sets-with-ranges.html">example with the numbers 20-29</a>
0 commit comments