3752 |
foobarbaz |
foobarbaz |
3753 |
No match |
No match |
3754 |
|
|
3755 |
/The case of aaaaaa is missed out below because I think Perl 5.005_02 gets/ |
/The cases of aaaa and aaaaaa are missed out below because Perl does things/ |
3756 |
/it wrong; it sets $1 to aaa rather than aa. Compare the following test,/ |
/differently. We know that odd, and maybe incorrect, things happen with/ |
3757 |
No match |
No match |
3758 |
/where it does set $1 to aa when matching aaaaaa./ |
/recursive references in Perl, as far as 5.11.3 - see some stuff in test #2./ |
3759 |
No match |
No match |
3760 |
|
|
3761 |
/^(a\1?){4}$/ |
/^(a\1?){4}$/ |
3765 |
No match |
No match |
3766 |
aaa |
aaa |
3767 |
No match |
No match |
|
aaaa |
|
|
0: aaaa |
|
|
1: a |
|
3768 |
aaaaa |
aaaaa |
3769 |
0: aaaaa |
0: aaaaa |
3770 |
1: a |
1: a |