Help for this page

Select Code to Download


  1. or download this
    use Regexp::Assemble;
     
    my $ra = Regexp::Assemble->new;
    ...
    $ra->add( q{Sarnia Police Association} );
    $ra->add( q{Sarnia Professional Fire Fighters} );
    print $ra->re;