Skip to content

Implement named backreference support #388

Closed
@hamishknight

Description

@hamishknight

Named backreferences e.g (?<x>)\k<x> are not currently supported, but it seems like we ought to be able to lookup the capture index from the capture list, and emit it the same as a numbered backreference (i.e \1).

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions