Posted by Kyle Hankinson August 17th, 2022
If you need a trigger or alias to match on a regular expression, here are some hints and tips to use.
As you type your regex, the main mud display will update to highlight matches.
\0
.\1
, \2
, \3
, etc.For whitespace (space, tab, linebreak) use the \s+
syntax option. While most muds will use spaces, some muds will use tabs is certain instances which may case a basic space match to fail.