зеркало из https://github.com/github/codeql.git
also fix the first code-block
This commit is contained in:
Родитель
765076bcba
Коммит
9f5bf8fb22
|
@ -11,8 +11,7 @@
|
|||
Consider this regular expression:
|
||||
</p>
|
||||
<sample language="java">
|
||||
^_(__|.)+_$
|
||||
</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
|
||||
|
|
|
@ -11,8 +11,7 @@
|
|||
Consider this regular expression:
|
||||
</p>
|
||||
<sample language="javascript">
|
||||
/^_(__|.)+_$/
|
||||
</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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -4,8 +4,7 @@
|
|||
<example>
|
||||
<p>Consider this regular expression:</p>
|
||||
<sample language="ruby">
|
||||
/^_(__|.)+_$/
|
||||
</sample>
|
||||
/^_(__|.)+_$/</sample>
|
||||
<p>
|
||||
Its sub-expression <code>"(__|.)+?"</code> can match the string
|
||||
<code>"__"</code> either by the first alternative <code>"__"</code> to the
|
||||
|
|
Загрузка…
Ссылка в новой задаче