in reply to Extracting regex from string
$repl = 'hallo %s'; $string = sprintf $repl,$1,$2,$3,$4,$5,$6,$7,$8,$9;
Cheers Rolf
(addicted to the Perl Programming Language and ☆☆☆☆ :)
Je suis Charlie!
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Extracting regex from string
by AnomalousMonk (Archbishop) on Feb 19, 2017 at 20:17 UTC |