Identification string in front of the main name:
- Code: Select all
/ALT-([\w]+)/i
For example ALT-Pleegwat
Identification string after the main name:
- Code: Select all
/([\w]+)s Alt/i
For example, Pleegwats Alt
First word in the note
- Code: Select all
/([\w]+)/i
For example, (Pleegwat)
Multiple identifiers, for example seperate identifiers for alts and twinks, but have both as alts:
- Code: Select all
/(Alt-|Twink-)([\w]+)/i
For example, both Alt-Pleegwat and Twink-Pleegwat would be denoted my alts in this setup.
Note on this one: since the nick is in the second bracketed expression you'll need to set the use match setting to 2.
On all of these example patterns remove the i at the end for case sensitive matching of the identifying string.
The field to apply on is usually the public note or officer's note.