also fix the first code-block

This commit is contained in:
erik-krogh
2023-05-25 13:56:29 +02:00
parent 765076bcba
commit 9f5bf8fb22
4 changed files with 4 additions and 8 deletions

View File

@@ -11,8 +11,7 @@
Consider this regular expression:
</p>
<sample language="python">
^_(__|.)+_$
</sample>
^_(__|.)+_$</sample>
<p>
Its sub-expression <code>"(__|.)+?"</code> can match the string <code>"__"</code> either by the
first alternative <code>"__"</code> to the left of the <code>"|"</code> operator, or by two