Help for this page

Select Code to Download


  1. or download this
    use Regexp::Assemble;
    my $ra=Regexp::Assemble->new;
    ...
    $ra->add('TEXT.');
    $ra->add('Texts');
    print $ra->re;
    
  2. or download this
    (?-xism:T(?:EXT.|ext.))