Feature Request: Add regex_search to Matches
Open
- Dominant language
- C++
- Stars
- 21.5k
- Forks
- 3.5k
- Avg merge
- 3d 16h
- Merged PRs (30d)
- 2
Description
Right now matches only works on the whole word, functionality should be added to allow search similar to regex_search.
Contributor guide
Research direction
Begin by locating the Matches implementation and its tests, then inspect how the current whole-word matching behavior is defined. Compare this with the project's existing regex_search behavior. Done means Matches supports the requested regex-style search and the expected behavior is covered by tests.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- cpp
- Domain
- testing
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100