Skip to content

🐛 Cannot escape forward slash in RegEx #449

@MarcusOtter

Description

@MarcusOtter

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

  1. Write a regex like /he\/him/
  2. Only he gets matched

Expected behavior

he/him should get matched

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions