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: