Help for this page

Select Code to Download


  1. or download this
    /(?=.*a)(?=.*e)(?=.*i)(?=.*o)(?=.*u)/i
    
  2. or download this
    my @regex_pieces = ();
    foreach my $permutation (@permutations) {
    ...
        push @regex_pieces, join(".*", @vowels); 
    }
    my $regex = qr/@{[join("|", @regex_pieces)]}/i;
    
  3. or download this
    ------------
    :Wq
    Not an editor command: Wq