Beefy Boxes and Bandwidth Generously Provided by pair Networks
Your skill will accomplish
what the force of many cannot
 
PerlMonks  

Re: Space between digits

by bart (Canon)
on Nov 23, 2012 at 12:29 UTC ( [id://1005261]=note: print w/replies, xml ) Need Help??


in reply to Space between digits

This might help:
s/(?<=\d) (?=\d)/ /
It replaces a single space with 3 provided there's a digit (at least one) in front of it, and one (at least one) behind it.

Replies are listed 'Best First'.
Re^2: Space between digits
by Anonymous Monk on Nov 23, 2012 at 16:04 UTC
    Yes yes that was good one Bart. I tried that and it worked...thank you very much.

Log In?
Username:
Password:

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

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

    No recent polls found