diff --git a/docs/contributing/Regular-Expression-Regex.html b/docs/contributing/Regular-Expression-Regex.html index 8e8046e..56760bb 100644 --- a/docs/contributing/Regular-Expression-Regex.html +++ b/docs/contributing/Regular-Expression-Regex.html @@ -274,6 +274,7 @@ Example 1234.esp
  • The period . has been escaped through writing a backslash \ in front of it.
  • The expression \d{3,} finds plugins that contain three or more digits.
  • In addition to the regex this example also showcases a method to display blocks of code within a message for plugins.
  • +
  • This is achieved through using the Literal Style, which is denoted by the | indicator. See yaml.org for more information.
  • The mentioned Skyrim.ini can be found in C:\Users\USER\Documents\My Games\Skyrim