mirror of
https://github.com/loot/loot.github.io.git
synced 2026-07-27 14:13:30 -07:00
Revert a single change
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user