From 574ebf6eed1eb0bddb6a23128d02edd8a472445d Mon Sep 17 00:00:00 2001
From: binki
9 – Frequently Asked Questions (FAQ)
+The FAQ is available online here
10 – Modules
The following are some descriptions of modules shipped with @@ -3740,10 +3744,6 @@ security until they got hacked, try to avoid that :). it is loaded by default in most cases.
-9 – Frequently Asked Questions (FAQ)
-The FAQ is available online here
Regular expressions are used in many places in Unreal, including badwords, spamfilter, and aliases. Regular expressions are a very complex tool used for pattern matching. They are sometimes referred to as "regexp" or "regex." Unreal uses the TRE regular expression library for its regex. This library supports some very complex and advanced expressions that may be confusing. The information below will help you understand how regexps work. If you are interested in more technical and detailed information about the regexp syntax used by Unreal, visit the TRE homepage.