in reply to Reverse fraction of a string
$string = 'abcdef12345ghijklm6789nop'; $string=~s/(\d+)/reverse $1/ge;
Regards,
Murugesan Kandasamy
use perl for(;;);
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Reverse fraction of a string
by Bintuch (Acolyte) on Sep 20, 2010 at 08:55 UTC |