in reply to Re^2: Regexp substitution using variables
in thread Regexp substitution using variables
you are comparing
"... for the remainder of the pattern or the remainder of the enclosing pattern group (if any)..."
"... this is for clustering ..."
DB<24> p 'xX' =~ /(?i:X)X/ 1 DB<25> p 'xX' =~ /(?i:X)x/ DB<26> p 'xX' =~ /(?i)Xx/ 1 DB<27>
Cheers Rolf
(addicted to the Perl Programming Language :)
Wikisyntax for the Monastery
|
|---|