Beefy Boxes and Bandwidth Generously Provided by pair Networks
Think about Loose Coupling
 
PerlMonks  

Re^2: Help with parsing a string

by pc88mxer (Vicar)
on Jul 22, 2008 at 21:31 UTC ( [id://699433]=note: print w/replies, xml ) Need Help??


in reply to Re: Help with parsing a string
in thread Help with parsing a string

If you lines contain other text besides the hex numbers, you can restrict the space removal to just between the hex numbers with:
$line =~ s{\b([a-f\d]{2})\s+(?=[a-f\d]{2}\b)}{$1}gi;

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others having a coffee break in the Monastery: (4)
As of 2024-04-23 17:58 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found