diff --git a/docs/contributing/Regular-Expression-Regex.html b/docs/contributing/Regular-Expression-Regex.html index 27434c0..b461231 100644 --- a/docs/contributing/Regular-Expression-Regex.html +++ b/docs/contributing/Regular-Expression-Regex.html @@ -276,7 +276,7 @@ Example 1234.esp -
{x,y}{x,y}Exemplary masterlist entry: Arrowsmith - Reupload | ArrowsmithES
@@ -297,7 +297,7 @@ ArrowsmithES.esp. has been escaped through writing a backslash \ in front of it.\w used to detect the letters from the Latin alphabet, the underscore _ as well as digits 0 to 9.\w{0,2} therefore finds strings of length zero to two characters.\w{0,2} therefore finds strings of length zero to two characters.Arrowsmith.esp, and the name from from the Spanish translation is ArrowsmithES.esp. The regex \w{0,2} can now detect whether or not ES is absent or present.