in reply to Replacing special characters from a URL
Documentation: chr, hex, Modifiers from perlre.s/%([0-9a-f]{2})/chr hex $1/ieg;
Note that percent encoding is in hex, not decimal, so you probably want to include A-F in some way.
#11929 First ask yourself `How would I do this without a computer?' Then have the computer do it the same way.
|
|---|