Help for this page

Select Code to Download


  1. or download this
    my %captures;
    my $pat =
    ...
             split //, $template;
    
    my $re = qr/^$pat\z/s;
    
  2. or download this
    my $template = "abcdefa";
    
  3. or download this
    ^
    (.)
    ...
    (?!\1|\2|\3|\4|\5)(.)
    \1
    \z