Help for this page

Select Code to Download


  1. or download this
    my $rx_search =
        join ' | ',
    ...
        keys %replace
        ;
    $rx_search = qr{ ... $rx_search ... }xms;