-
Notifications
You must be signed in to change notification settings - Fork 5
backreferences #14
Copy link
Copy link
Open
Labels
Description
Some implementations support backreferences in regular expressions such that (.*)\1 matches mama and papa. Wikipedia claims that
[...] any implementation which allows the use of backreferences, or implements the various extensions introduced by Perl, must use a backtracking implementation.
It is unclear to me what other "extensions introduced by Perl" are meant here.
Reactions are currently unavailable