Mabinogi World Wiki is brought to you by Coty C., 808idiotz, our other patrons, and contributors like you!!
Keep this wiki going by contributing to our Patreon!
Tool for auto-identifying bots
Fragment of a discussion from User talk:Angevon
Just FYI, Kevin seems to have discovered the bots are changing fads. Now, they're doing ([one Uppercase][many lowercase][one Uppercase][many lowercase])
With that in mind, I updated the regex for you. This will match both the old and new bots.
(([A-Z]{2}\w+[0-9]+)|([A-Z][a-z]+?[A-Z][a-z]+))
Also, how much do you know about Regex? I'd like to know if I should explain the above regex.