my $class = 'ABCD'; my $xerox = join '|', split //, $class; # create alternation $xerox = '(?:' . $xerox . ')'; # non-capturing grouping
-Mark
In reply to Re: regular expression-xerox
by kvale
in thread regular expression-xerox
by oz
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |