-
Notifications
You must be signed in to change notification settings - Fork 6
Regex feature searching #690
Copy link
Copy link
Open
Labels
difficultThe implementations seems to get difficultThe implementations seems to get difficultenhancementNew feature or requestNew feature or requesthelp wantedExtra attention is neededExtra attention is needed
Metadata
Metadata
Assignees
Labels
difficultThe implementations seems to get difficultThe implementations seems to get difficultenhancementNew feature or requestNew feature or requesthelp wantedExtra attention is neededExtra attention is needed
As it says on the tin, searching features using regex. This can be a checkbox to use regex instead of regular searching. Example uses for this are searching for "one" without results for like "opponent" (
\bone\b), and "enter" optionally followed by "s" (enters?)