-
-
Notifications
You must be signed in to change notification settings - Fork 55
Open
Labels
confirmed bug 🦋Something isn't workingSomething isn't working
Description
Describe the bug
In a title regex, you can not match / by escaping it like this \/ because we just check for 2 slashes to find a regex.
Steps to reproduce the bug
- Write a regex like
/he\/him/ - Only
hegets matched
Expected behavior
he/him should get matched
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
confirmed bug 🦋Something isn't workingSomething isn't working