Beefy Boxes and Bandwidth Generously Provided by pair Networks
We don't bite newbies here... much
 
PerlMonks  

Re: Reverse fraction of a string

by murugu (Curate)
on Sep 20, 2010 at 05:52 UTC ( [id://860771]=note: print w/replies, xml ) Need Help??


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
    Thanks!

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://860771]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others surveying the Monastery: (2)
As of 2024-04-20 05:05 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found