Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Generalize criteria regex matching #306

Open
emersion opened this issue Oct 27, 2020 · 0 comments · May be fixed by #471
Open

Generalize criteria regex matching #306

emersion opened this issue Oct 27, 2020 · 0 comments · May be fixed by #471
Labels
enhancement New feature or request

Comments

@emersion
Copy link
Owner

Currently summary and body can use the ~= operator for a POSIX regex match.

Generalize this so that any string criteria can be matched using a regex. Could replace strcmp calls with a function that accounts for both.

@emersion emersion added the enhancement New feature or request label Oct 27, 2020
earboxer added a commit to earboxer/mako that referenced this issue Jul 29, 2023
@earboxer earboxer linked a pull request Jul 29, 2023 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant