-
Notifications
You must be signed in to change notification settings - Fork 6
Alterations
Ryan P. McKinnon edited this page Jul 7, 2025
·
4 revisions
Currently supported alterations include things like: ignores, replacements, and movement of lines to other windows.
It is suggested to use the most exact pattern possible, but you can use wildcards.
To ignore the line You hear a sound like a child weeping as a white glow separates itself from the werebear's body and rises into the heavens. you can use one of the following options.
You hear a sound like a child weeping as a white glow separates itself from the .* body and rises into the heavens.^You hear a sound like a child weeping as a white glow separates itself from the [A-Za-z]+'s body and rises into the heavens\.$^You hear a sound like a child weeping as a white glow separates itself from the \w+'s body and rises into the heavens\.$
- https://regexr.com/ - Regex testing site
- https://regex101.com/ - Regex testing site
- [https://docs.oracle.com/javase/8/docs/api/java/util/regex/Pattern.html](Oracle Java Regex) - Regex documentation for version included in Warlock