Help for this page

Select Code to Download


  1. or download this
    $ra=Regexp::Assemble->new; 
    $ra->add(quotemeta($_)) for qw(list of words);
    $re=$ra->re;
    
  2. or download this
    $re=Regexp::List->new->list2re(qw(list of words));