in reply to Re: Replace part of a regex match
in thread Replace part of a regex match
$u =~ s/(.*\|{5}).*(\|.*)/${1}976$2/;
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^3: Replace part of a regex match
by AnomalousMonk (Archbishop) on Dec 24, 2008 at 06:43 UTC |