mirror of
https://github.com/github/codeql.git
synced 2025-12-17 17:23:36 +01:00
also fix the first code-block
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user