Help for this page

Select Code to Download


  1. or download this
    use Regexp::List;
    my $l  = Regexp::List->new;
    my $re = $l->list2re(@swearwords);
    
  2. or download this
    $text =~ s/$re/****/g;