From 6ccdd7fbfab34975013beb8aca02bb2f40be81dd Mon Sep 17 00:00:00 2001 From: unknown Date: Mon, 11 Jul 2022 21:48:02 +0200 Subject: [PATCH] Mention the Literal Style --- docs/contributing/Regular-Expression-Regex.html | 1 + 1 file changed, 1 insertion(+) 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