Help for this page

Select Code to Download


  1. or download this
    foreach my $rx (@rxs) {
        if (my @captures = $text =~ /$rx/) {
            # do something meaningful with the captures
        }
    }