Subpatterns
Open
enhancement
- Dominant language
- Java
- Stars
- 36
- Forks
- 3
- PR merge metrics
- No merged PRs in 30d
Description
Lets say I have the following text:
```
pom.xml
```
I can make a rule that registers `` and `` as HTML tags (`<[\s\w="\/;'.,:?-]+>`), but I then want to look inside the matched region and match keywords like `class` and strings. I can't do this with single-level patterns. This will need sub-patterns to accomplish.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.