Yep, the script will be giving the user various options, among them are:

Whole word only
Partial matches
Beginning with
Ending with (not sure how useful this option will be, may scratch it)
Choice of visual and/or audio alerts
Logging system for the words the user has chosen
Teleport me to this message (which will take the user to the window (and position in that window) where the word was triggered)
Timed alerts (choose during what times of the day you want to be alerted, basically a DND function)
Morning reports (a window that presents everything you missed during the time you were away)

I've got most of it working the way I want it to, the main issue that was holding me back was getting the $remove, $replace or $regex technique down, so that I wasn't just limited to partial matches based on the isin return (which I hated lol)