From 02a9bea3a3e6743ba4bbb9c1ce874e0967eb0df3 Mon Sep 17 00:00:00 2001 From: unknown Date: Sun, 10 Jul 2022 13:06:22 +0200 Subject: [PATCH] Revert a single change --- docs/contributing/Regular-Expression-Regex.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/contributing/Regular-Expression-Regex.html b/docs/contributing/Regular-Expression-Regex.html index 47ad466..7177beb 100644 --- a/docs/contributing/Regular-Expression-Regex.html +++ b/docs/contributing/Regular-Expression-Regex.html @@ -155,7 +155,7 @@ Bashed Patch, 2.esp
  • After the string Bashed Patch and before the escaping of the period \. has the term .* been introduced.
  • The non-escaped period from .* is a regular expression that matches any character except the line break.
  • The asterisk * after the non-escaped period means zero or more times.
  • -
  • Therefore the above Regex matches any plugin name that begins with Bashed Patch, after which any sort and digit of characters may follow, until .esp is found.
  • +
  • Therefore the above Regex matches any plugin name that begins with Bashed Patch, after which any sort and number of characters may follow, until .esp is found.
  • This means, that in addition to it's standard name Bashed Patch, 0.esp (and also Bashed Patch, 1.esp and Bashed Patch, 2.esp) the following variants would be found by the Regex as well: