Revert a single change

This commit is contained in:
unknown
2022-07-10 13:06:22 +02:00
parent ee54028255
commit 02a9bea3a3
@@ -155,7 +155,7 @@ Bashed Patch, 2.esp
<li>After the string <code>Bashed Patch</code> and before the escaping of the period <code>\.</code> has the term <code>.*</code> been introduced.</li>
<li>The non-escaped period from <code>.*</code> is a regular expression that matches any character except the line break.</li>
<li>The asterisk <code>*</code> after the non-escaped period means <i>zero or more times</i>.</li>
<li>Therefore the above Regex matches any plugin name that begins with <code>Bashed Patch</code>, after which any sort and digit of characters may follow, until <code>.esp</code> is found.</li>
<li>Therefore the above Regex matches any plugin name that begins with <code>Bashed Patch</code>, after which any sort and number of characters may follow, until <code>.esp</code> is found.</li>
</ul>
<p>This means, that in addition to it's standard name <code>Bashed Patch, 0.esp</code> (and also <code>Bashed Patch, 1.esp</code> and <code>Bashed Patch, 2.esp</code>) the following variants would be found by the Regex as well:</p>