@elisha_langworth
Unfortunately, there is no direct functionality in MySQL to drop users based on a regex pattern. However, you can achieve this by following these steps:
Note: Make sure to replace 'username1', 'username2', etc. with the actual usernames obtained from the previous step.
Caution: Dropping users should be done with extreme caution as it permanently removes the user and all associated privileges.