Beefy Boxes and Bandwidth Generously Provided by pair Networks
go ahead... be a heretic
 
PerlMonks  

Re^2: Help with parsing a string

by pc88mxer (Vicar)
on Jul 22, 2008 at 21:31 UTC ( #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? | Other CB clients
Other Users?
Others romping around the Monastery: (3)
As of 2023-03-26 06:58 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?
    Which type of climate do you prefer to live in?






    Results (63 votes). Check out past polls.

    Notices?