Help for this page
$r = qr/^(a+b)(?{ $a = -1+length $^N; })(??{ $b=$a-1;"(b{$b})" })(??{ +"(c{$a})" })/x; ... test "aabbbbcccc"; test "abc"; test "aabbcc";
matched not matched ... not matched matched matched