Generalize criteria regex matching
Open
enhancement
- Dominant language
- C
- Stars
- 3.3k
- Forks
- 173
- PR merge metrics
- No merged PRs in 30d
Description
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.
Contributor guide
Assessment
This issue has not been assessed yet.