hydrusnetwork / hydrusnetwork/hydrus
Parser:String Transform:Regex Capture
Open
Nobody has claimed this yet.
feature-request
system:downloading
- Dominant language
- Python
- Stars
- 3.2k
- Forks
- 207
- PR merge metrics
- No merged PRs in 30d
Description
Instead of substituting regex, I sometimes also want to just get a capture group when parsing.
This could go in string matcher or string converter, but the idea is I don't just want to filter, I want to filter and grab a specific subset.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by locating the string matcher and string converter implementations and any existing regex tests. Compare their current substitution and filtering behavior with the requested capture-group result, then clarify the expected semantics before adding coverage that demonstrates the completed behavior.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- backend
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100