CodesAway / CodesAway/BEXCodeCompare
Add support for regex in pattern to match prior groups
Open
enhancement
- Dominant language
- Java
- Stars
- 7
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
See if can make prior groups available in regex to be used, as if these group values were passed as "environment" values to the regex matcher
This would require changes to RegExPlus to support this functionality. Essentially, it would take a mapping of group name and value and make this accessible to the regex matched.
For example, could reference in regex condition or back reference
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.