in reply to Re: Re: Regex to cange HTML %?? to char(0x??);in thread Regex to cange HTML %?? to char(0x??);
s/%([0-9A-F][0-9A-F])/"chr 0x$1"/ieeg; [download]
-- Abigail