Help for this page

Select Code to Download


  1. or download this
    use Regexp::Assemble;
    
  2. or download this
    my $ra = Regexp::Assemble->new->add(
        '.txt', 
        '.doc', 
        '.xml'
    );
    
  3. or download this
    print $ra->re;
    
  4. or download this
    (?-xism:.(?:doc|txt|xml))