Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl -w
    
    ...
    my $l  = Regexp::List->new;
    my $re = $l->list2re(qw/localized held located localization translocat
    +ed targets reaches exported export/);
    print "$re\n";
    
  2. or download this
    (?-xism:(?=[ehlrt])(?:loca(?:liz(?:ed|ation)|ted)|t(?:ranslocated|arge
    +ts)|export(?:ed)?|held|reaches))