in reply to Re: Re: Code in regexp
in thread Code in regexp
Which does funny non zero width things for (?=)-n $;[map{/./,/[^$&-T]/g}/(?=(.*))/g].=$_}{print@
I had no idea this would happen, anyway.perl -le 'print for "foo bar"=~/(?=(.*))/g' foo bar oo bar o bar bar bar ar r
|
|---|