$str =~ s/%([0-9A-Fa-f][0-9A-Fa-f])/chr(hex($1))/eg; [download]
In reply to Re: Regex to cange HTML %?? to char(0x??); by dimmesdale in thread Regex to cange HTML %?? to char(0x??); by Buckaroo Buddha