(substr ("0$1", -2))
Update: In fact I don't see any reason for the second bracketed expression in the regex. Also I can't see how it expands the first hex number if that's necessary. Is this better? or have I missed something subtle?
$str =~ s/(\.?[0-9a-eA-E]*)/(substr("0$1", -2))/ge;
Nuance
In reply to Re (2) Maqs: One for the regexp fans
by nuance
in thread One for the regexp fans
by Odud
For: | Use: | ||
& | & | ||
< | < | ||
> | > | ||
[ | [ | ||
] | ] |