Beefy Boxes and Bandwidth Generously Provided by pair Networks
more useful options
 
PerlMonks  

RE: RE: (2) One for the regexp fans (nnnn:nnnn:nnnn)

by nuance (Hermit)
on Aug 04, 2000 at 17:19 UTC ( [id://26183]=note: print w/replies, xml ) Need Help??


in reply to RE: (2) One for the regexp fans (nnnn:nnnn:nnnn)
in thread One for the regexp fans

You could probably do something like:
if $str =~ m!\.! {$str =~ s/(\.?[0-9a-eA-E]*)/(substr("0$1", -2))/ge;} else {$str =~ s/(:?[0-9a-eA-E]*)/(substr("0$1", -4))/ge;}

Nuance

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others wandering the Monastery: (3)
As of 2024-03-19 04:44 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found