in reply to Re: Converting Hex String ASCII Char
in thread Converting Hex String ASCII Char

Since the OP is actually matching hex, the \d pattern won't work. You'll need to use [0-9a-f] instead.

Replies are listed 'Best First'.
Re^3: Converting Hex String ASCII Char
by tuxz0r (Pilgrim) on Apr 30, 2008 at 18:25 UTC
    good catch kyle, I kind of whipped that one off the cuff just using his data. Thanks.

    ---
    s;;:<).>|\;\;_>?\\^0<|=!]=,|{\$/.'>|<?.|/"&?=#!>%\$|#/\$%{};;y;,'} -/:-@[-`{-};,'}`-{/" -;;s;;$_;see;
    Warning: Any code posted by tuxz0r is untested, unless otherwise stated, and is used at your own risk.