Dear Monks,
I am learning perl. When I use a Regexp::Assemble module i have a little bit doubt.
I Created Regexp for the following:
use Regexp::Assemble; my $ra=Regexp::Assemble->new; $ra->add('Text.'); $ra->add('TEXT.'); $ra->add('Texts'); print $ra->re;
I got the output
(?-xism:T(?:EXT.|ext.))
Please teach me what is mean by ?-xism:
Thank You
Retitled by g0n from 'Regexp::Assemble'.
In reply to Explain output produced by Regexp::Assemble by swift
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |