Is this a legitimate regex for substituting hex cahrs in a string (I'm
leaving the replacement string out as I know it's right):
$letter=~s/%[a-fA-F0-9][a-fA-f0-9]/(pack function)/eg;

   What I want to know is if the [a-fA-F0-9] the correct format.

Thanks,
Donavon



-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to